summaryrefslogtreecommitdiff
path: root/sal/qa/osl/security/osl_Security_Const.h
diff options
context:
space:
mode:
Diffstat (limited to 'sal/qa/osl/security/osl_Security_Const.h')
-rw-r--r--sal/qa/osl/security/osl_Security_Const.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sal/qa/osl/security/osl_Security_Const.h b/sal/qa/osl/security/osl_Security_Const.h
index 17e8c1a33df7..1dfa2422e7cb 100644
--- a/sal/qa/osl/security/osl_Security_Const.h
+++ b/sal/qa/osl/security/osl_Security_Const.h
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _OSL_SECURITY_CONST_H_
-#define _OSL_SECURITY_CONST_H_
+#ifndef INCLUDED_SAL_QA_OSL_SECURITY_OSL_SECURITY_CONST_H
+#define INCLUDED_SAL_QA_OSL_SECURITY_OSL_SECURITY_CONST_H
#if ( defined WNT ) // Windows
#include <io.h>
@@ -53,6 +53,6 @@ const char pTestString[17] = "Sun Microsystems";
bool isAdmin = sal_False;
-#endif /* _OSL_SECURITY_CONST_H_ */
+#endif // INCLUDED_SAL_QA_OSL_SECURITY_OSL_SECURITY_CONST_H
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */