aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile.vc6
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2014-11-08 17:47:08 +0000
committerSteve Holme <steve_holme@hotmail.com>2014-11-08 18:31:29 +0000
commitdc867bbf3aebb04891a751d7195fd9b714708d1e (patch)
treea1aa6e2eec49bbc3aea51d0ce10fde00bcb03459 /lib/Makefile.vc6
parent71d66f3678e542cf5c40d0f09ddcf62cd8d7a19b (diff)
Makefile.vc6: Added support for WinIDN
Diffstat (limited to 'lib/Makefile.vc6')
-rw-r--r--lib/Makefile.vc64
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/Makefile.vc6 b/lib/Makefile.vc6
index 0edde28cf..adf4a4cf2 100644
--- a/lib/Makefile.vc6
+++ b/lib/Makefile.vc6
@@ -130,6 +130,10 @@ CFLAGS = $(CFLAGS) /DUSE_WINDOWS_SSPI /I$(WINDOWS_SDK_PATH)\include
CFLAGS = $(CFLAGS) /DUSE_IPV6
!ENDIF
+!IFDEF USE_IDN
+CFLAGS = $(CFLAGS) /DUSE_WIN32_IDN /DWANT_IDN_PROTOTYPES
+!ENDIF
+
##############################################################
# Runtime library configuration