summaryrefslogtreecommitdiff
path: root/include/osl/mutex.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osl/mutex.h')
-rw-r--r--include/osl/mutex.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/osl/mutex.h b/include/osl/mutex.h
index 1336d4fcea95..98d897ae8b32 100644
--- a/include/osl/mutex.h
+++ b/include/osl/mutex.h
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _OSL_MUTEX_H_
-#define _OSL_MUTEX_H_
+#ifndef INCLUDED_OSL_MUTEX_H
+#define INCLUDED_OSL_MUTEX_H
#include "sal/config.h"
@@ -69,6 +69,6 @@ SAL_DLLPUBLIC oslMutex * SAL_CALL osl_getGlobalMutex(void);
}
#endif
-#endif /* _OSL_MUTEX_H_ */
+#endif // INCLUDED_OSL_MUTEX_H
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */