summaryrefslogtreecommitdiff
path: root/external/neon
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 /external/neon
parentc2b20809b5d446d8f9d1d35723d67d24f64144dd (diff)
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 'external/neon')
-rw-r--r--external/neon/configs/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/external/neon/configs/config.h b/external/neon/configs/config.h
index c1f138bdd0d4..6f90ac834a17 100644
--- a/external/neon/configs/config.h
+++ b/external/neon/configs/config.h
@@ -183,7 +183,7 @@
#ifndef DISABLE_OPENSSL
/* Define if NTLM is supported */
-#ifndef WIN32
+#ifndef _WIN32
#define HAVE_NTLM 1
#endif
@@ -216,7 +216,7 @@
#define HAVE_SETLOCALE 1
/* Define to 1 if you have the `setsockopt' function. */
-#if defined (LINUX) || defined (WIN32)
+#if defined (LINUX) || defined (_WIN32)
#define HAVE_SETSOCKOPT 1
#endif