aboutsummaryrefslogtreecommitdiff
path: root/lib/idn.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/idn.c')
-rw-r--r--lib/idn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/idn.c b/lib/idn.c
index a024691d1..81a177f8c 100644
--- a/lib/idn.c
+++ b/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