summaryrefslogtreecommitdiff
path: root/include/typelib/uik.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/typelib/uik.h')
-rw-r--r--include/typelib/uik.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/typelib/uik.h b/include/typelib/uik.h
index 4899e95161b2..4c077ffeba65 100644
--- a/include/typelib/uik.h
+++ b/include/typelib/uik.h
@@ -21,7 +21,7 @@
#include "sal/types.h"
-#if defined( SAL_W32)
+#if defined( _WIN32)
#pragma pack(push, 8)
#endif
@@ -38,7 +38,7 @@ typedef struct _typelib_Uik
sal_uInt32 m_Data5;
} typelib_Uik;
-#if defined( SAL_W32)
+#if defined( _WIN32)
# pragma pack(pop)
#endif