summaryrefslogtreecommitdiffstats
path: root/sal/inc/rtl/locale.h
diff options
context:
space:
mode:
Diffstat (limited to 'sal/inc/rtl/locale.h')
-rw-r--r--sal/inc/rtl/locale.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sal/inc/rtl/locale.h b/sal/inc/rtl/locale.h
index 14ac74e5c873..f671800656c0 100644
--- a/sal/inc/rtl/locale.h
+++ b/sal/inc/rtl/locale.h
@@ -37,8 +37,6 @@ extern "C" {
#ifdef SAL_W32
# pragma pack(push, 8)
-#elif defined(SAL_OS2)
-# pragma pack(push, 4)
#endif
/**
@@ -67,7 +65,7 @@ typedef struct _rtl_Locale
sal_Int32 HashCode;
} rtl_Locale;
-#if defined( SAL_W32) || defined(SAL_OS2)
+#if defined( SAL_W32)
#pragma pack(pop)
#endif