summaryrefslogtreecommitdiff
path: root/include/osl/time.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osl/time.h')
-rw-r--r--include/osl/time.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/osl/time.h b/include/osl/time.h
index 490fc9f3e36e..5dd8d9d8f342 100644
--- a/include/osl/time.h
+++ b/include/osl/time.h
@@ -29,7 +29,7 @@
#include "sal/saldllapi.h"
#include "sal/types.h"
-#ifdef SAL_W32
+#ifdef _WIN32
# pragma pack(push, 8)
#endif
@@ -74,7 +74,7 @@ typedef struct {
#endif
-#if defined(SAL_W32)
+#if defined(_WIN32)
# pragma pack(pop)
#endif