summaryrefslogtreecommitdiff
path: root/cppu/source/uno/check.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cppu/source/uno/check.cxx')
-rw-r--r--cppu/source/uno/check.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/cppu/source/uno/check.cxx b/cppu/source/uno/check.cxx
index 353e2c977493..e92d7616fa33 100644
--- a/cppu/source/uno/check.cxx
+++ b/cppu/source/uno/check.cxx
@@ -29,7 +29,7 @@
namespace {
-#if defined( SAL_W32)
+#if defined( _WIN32)
#pragma pack(push, 8)
#endif
@@ -143,7 +143,7 @@ enum Enum
v = SAL_MAX_ENUM
};
-#ifdef SAL_W32
+#ifdef _WIN32
# pragma pack(pop)
#endif