From 697f01e052ae73e88d7e1a37386f2648d57e12e2 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 18 Jan 2018 16:39:59 +0100 Subject: SAL_W32 is just an alias for _WIN32 ...so consistently use the latter instead of the former Change-Id: I144d5e7c472632f93b2258461510346bc85892d9 Reviewed-on: https://gerrit.libreoffice.org/48135 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- sw/source/filter/ww8/ww8struc.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sw') 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 #include -#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 -- cgit