summaryrefslogtreecommitdiffstats
path: root/cppu/source/typelib/typelib.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cppu/source/typelib/typelib.cxx')
-rw-r--r--cppu/source/typelib/typelib.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/cppu/source/typelib/typelib.cxx b/cppu/source/typelib/typelib.cxx
index bf44d6a850dc..8d842cc40a4f 100644
--- a/cppu/source/typelib/typelib.cxx
+++ b/cppu/source/typelib/typelib.cxx
@@ -47,7 +47,7 @@ using ::rtl::OUString;
using ::rtl::OUStringBuffer;
using ::rtl::OString;
-#ifdef SAL_W32
+#ifdef _WIN32
#pragma pack(push, 8)
#endif
@@ -70,7 +70,7 @@ struct AlignSize_Impl
#endif
};
-#ifdef SAL_W32
+#ifdef _WIN32
#pragma pack(pop)
#endif