diff options
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/filter/ww8/ww8struc.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/filter/ww8/ww8struc.hxx b/sw/source/filter/ww8/ww8struc.hxx index bcf4311491c0..00d56263c9a5 100644 --- a/sw/source/filter/ww8/ww8struc.hxx +++ b/sw/source/filter/ww8/ww8struc.hxx @@ -28,7 +28,7 @@ #include <editeng/borderline.hxx> #include <filter/msfilter/util.hxx> -#ifdef SAL_W32 +#ifdef _WIN32 # pragma pack(push, 2) #endif @@ -987,7 +987,7 @@ struct WW8_WKB SVBT16 reserved5; }; -#ifdef SAL_W32 +#ifdef _WIN32 # pragma pack(pop) #endif |