summaryrefslogtreecommitdiffstats
path: root/Utilities/cmcurl/lib/idn.c
diff options
context:
space:
mode:
Diffstat (limited to 'Utilities/cmcurl/lib/idn.c')
-rw-r--r--Utilities/cmcurl/lib/idn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Utilities/cmcurl/lib/idn.c b/Utilities/cmcurl/lib/idn.c
index a024691..81a177f 100644
--- a/Utilities/cmcurl/lib/idn.c
+++ b/Utilities/cmcurl/lib/idn.c
@@ -36,7 +36,7 @@
#ifdef USE_LIBIDN2
#include <idn2.h>
-#if defined(WIN32) && defined(UNICODE)
+#if defined(_WIN32) && defined(UNICODE)
#define IDN2_LOOKUP(name, host, flags) \
idn2_lookup_u8((const uint8_t *)name, (uint8_t **)host, flags)
#else