summaryrefslogtreecommitdiffstats
path: root/include/sal
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2019-03-01 14:01:43 +0100
committerStephan Bergmann <sbergman@redhat.com>2019-03-01 17:40:47 +0100
commite1e39fac2203d10f8a19b18558c42a1943ad8736 (patch)
tree6cd968d66a1bd697eb8856950f4a3f3c77b9e390 /include/sal
parentweld CuiAboutConfigValueDialog (diff)
downloadcore-e1e39fac2203d10f8a19b18558c42a1943ad8736.tar.gz
core-e1e39fac2203d10f8a19b18558c42a1943ad8736.zip
Some more WIN32 -> _WIN32
...at least some of which have presumably been missing from ce43d0ae9279edbf1ad108fe0d8325327a038d49 "use consistent #define checks for the Windows platform" by accident (and some just clean up comments) Change-Id: I5532685c7df96ae3c8a25b73d8064d7433964a9b Reviewed-on: https://gerrit.libreoffice.org/68580 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'include/sal')
-rw-r--r--include/sal/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sal/config.h b/include/sal/config.h
index 18303909ad6c..c7e304a8c5d7 100644
--- a/include/sal/config.h
+++ b/include/sal/config.h
@@ -41,7 +41,7 @@
#endif /* defined _MSC_VER */
-#endif /* defined WIN32 */
+#endif /* defined _WIN32 */
#if defined(__sun) || defined(LINUX) || defined(NETBSD) || defined(FREEBSD) || \
defined(AIX) || defined(OPENBSD) || defined(DRAGONFLY) || defined(ANDROID) || \