summaryrefslogtreecommitdiffstats
path: root/cppu/source/typelib/static_types.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cppu/source/typelib/static_types.cxx')
-rw-r--r--cppu/source/typelib/static_types.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/cppu/source/typelib/static_types.cxx b/cppu/source/typelib/static_types.cxx
index 9b882afc6d22..eabd3950450f 100644
--- a/cppu/source/typelib/static_types.cxx
+++ b/cppu/source/typelib/static_types.cxx
@@ -42,7 +42,7 @@ extern "C"
{
-#ifdef SAL_W32
+#ifdef _WIN32
#pragma pack(push, 8)
#endif
@@ -65,7 +65,7 @@ struct AlignSize_Impl
#endif
};
-#ifdef SAL_W32
+#ifdef _WIN32
#pragma pack(pop)
#endif