summaryrefslogtreecommitdiffstats
path: root/vcl/inc/win/wincomp.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/win/wincomp.hxx')
-rw-r--r--vcl/inc/win/wincomp.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/inc/win/wincomp.hxx b/vcl/inc/win/wincomp.hxx
index 8660c1b3ded7..c14ecf1f9224 100644
--- a/vcl/inc/win/wincomp.hxx
+++ b/vcl/inc/win/wincomp.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SV_WINCOMP_HXX
-#define _SV_WINCOMP_HXX
+#ifndef INCLUDED_VCL_INC_WIN_WINCOMP_HXX
+#define INCLUDED_VCL_INC_WIN_WINCOMP_HXX
#include <string.h>
@@ -250,6 +250,6 @@ typedef int (APIENTRY* SysAgt_Enable_PROC)( int );
#define UNICODE_NOCHAR 0xFFFF
#endif
-#endif // _SV_WINCOMP_HXX
+#endif // INCLUDED_VCL_INC_WIN_WINCOMP_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */