summaryrefslogtreecommitdiff
path: root/sal/osl/w32
diff options
context:
space:
mode:
Diffstat (limited to 'sal/osl/w32')
-rw-r--r--sal/osl/w32/file_error.h6
-rw-r--r--sal/osl/w32/file_url.h6
-rw-r--r--sal/osl/w32/path_helper.h4
-rw-r--r--sal/osl/w32/path_helper.hxx4
4 files changed, 10 insertions, 10 deletions
diff --git a/sal/osl/w32/file_error.h b/sal/osl/w32/file_error.h
index d31f1f842b79..483b966ff9c9 100644
--- a/sal/osl/w32/file_error.h
+++ b/sal/osl/w32/file_error.h
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_OSL_FILE_ERROR_H
-#define INCLUDED_OSL_FILE_ERROR_H
+#ifndef INCLUDED_SAL_OSL_W32_FILE_ERROR_H
+#define INCLUDED_SAL_OSL_W32_FILE_ERROR_H
#include "osl/file.h"
@@ -32,6 +32,6 @@ oslFileError oslTranslateFileError (/*DWORD*/ unsigned long dwError);
}
#endif
-#endif /* INCLUDED_OSL_FILE_ERROR_H */
+#endif // INCLUDED_SAL_OSL_W32_FILE_ERROR_H
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sal/osl/w32/file_url.h b/sal/osl/w32/file_url.h
index 0115d99cf0d5..080b3ca7f93c 100644
--- a/sal/osl/w32/file_url.h
+++ b/sal/osl/w32/file_url.h
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_OSL_FILE_URL_H
-#define INCLUDED_OSL_FILE_URL_H
+#ifndef INCLUDED_SAL_OSL_W32_FILE_URL_H
+#define INCLUDED_SAL_OSL_W32_FILE_URL_H
#include "sal/types.h"
#include "rtl/ustring.h"
@@ -86,6 +86,6 @@ oslFileError _osl_getFileURLFromSystemPath (
}
#endif
-#endif /* INCLUDED_OSL_FILE_URL_H */
+#endif // INCLUDED_SAL_OSL_W32_FILE_URL_H
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sal/osl/w32/path_helper.h b/sal/osl/w32/path_helper.h
index b1ceb4fc62d1..056a1ca299e8 100644
--- a/sal/osl/w32/path_helper.h
+++ b/sal/osl/w32/path_helper.h
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _PATH_HELPER_H_
-#define _PATH_HELPER_H_
+#ifndef INCLUDED_SAL_OSL_W32_PATH_HELPER_H
+#define INCLUDED_SAL_OSL_W32_PATH_HELPER_H
#include <sal/types.h>
#include <rtl/ustring.h>
diff --git a/sal/osl/w32/path_helper.hxx b/sal/osl/w32/path_helper.hxx
index fc44e25df170..6092098a560e 100644
--- a/sal/osl/w32/path_helper.hxx
+++ b/sal/osl/w32/path_helper.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _PATH_HELPER_HXX_
-#define _PATH_HELPER_HXX_
+#ifndef INCLUDED_SAL_OSL_W32_PATH_HELPER_HXX
+#define INCLUDED_SAL_OSL_W32_PATH_HELPER_HXX
#include "path_helper.h"
#include <rtl/ustring.hxx>