summaryrefslogtreecommitdiff
path: root/bridges/source/cpp_uno/msvc_win32_x86-64/mscx.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'bridges/source/cpp_uno/msvc_win32_x86-64/mscx.hxx')
-rw-r--r--bridges/source/cpp_uno/msvc_win32_x86-64/mscx.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/bridges/source/cpp_uno/msvc_win32_x86-64/mscx.hxx b/bridges/source/cpp_uno/msvc_win32_x86-64/mscx.hxx
index 078fd23fd11f..88d3dcd68950 100644
--- a/bridges/source/cpp_uno/msvc_win32_x86-64/mscx.hxx
+++ b/bridges/source/cpp_uno/msvc_win32_x86-64/mscx.hxx
@@ -16,8 +16,7 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_BRIDGES_SOURCE_CPP_UNO_MSVC_WIN32_X86_64_MSCX_HXX
-#define INCLUDED_BRIDGES_SOURCE_CPP_UNO_MSVC_WIN32_X86_64_MSCX_HXX
+#pragma once
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
@@ -47,5 +46,4 @@ void mscx_raiseException(
}
-#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */