summaryrefslogtreecommitdiff
path: root/include/osl/interlck.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osl/interlck.h')
-rw-r--r--include/osl/interlck.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/osl/interlck.h b/include/osl/interlck.h
index 31212deed274..416704299ae2 100644
--- a/include/osl/interlck.h
+++ b/include/osl/interlck.h
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _OSL_INTERLOCK_H_
-#define _OSL_INTERLOCK_H_
+#ifndef INCLUDED_OSL_INTERLCK_H
+#define INCLUDED_OSL_INTERLCK_H
#include "sal/config.h"
@@ -86,7 +86,7 @@ SAL_DLLPUBLIC oslInterlockedCount SAL_CALL osl_decrementInterlockedCount(oslInte
#endif
-#endif /* _OSL_INTERLOCK_H_ */
+#endif // INCLUDED_OSL_INTERLCK_H
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */