summaryrefslogtreecommitdiffstats
path: root/idlc/source/idlcproduce.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2018-01-18 16:39:59 +0100
committerStephan Bergmann <sbergman@redhat.com>2018-01-19 08:19:38 +0100
commit697f01e052ae73e88d7e1a37386f2648d57e12e2 (patch)
tree6dc879a6307ad905b909e0eb88bb143899806279 /idlc/source/idlcproduce.cxx
parentDon't set autogen.sh KEY=VALUE arguments as environment variables (diff)
downloadcore-697f01e052ae73e88d7e1a37386f2648d57e12e2.tar.gz
core-697f01e052ae73e88d7e1a37386f2648d57e12e2.zip
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 <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'idlc/source/idlcproduce.cxx')
-rw-r--r--idlc/source/idlcproduce.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/idlc/source/idlcproduce.cxx b/idlc/source/idlcproduce.cxx
index 2fa0a3b0317b..81e6f3abc9e7 100644
--- a/idlc/source/idlcproduce.cxx
+++ b/idlc/source/idlcproduce.cxx
@@ -23,7 +23,7 @@
#include <osl/file.hxx>
#include <osl/thread.h>
-#if defined(SAL_W32)
+#if defined(_WIN32)
#include <io.h>
#include <direct.h>
#include <errno.h>