From a52857cb025436df5a424dc603c54b97e4c2fab0 Mon Sep 17 00:00:00 2001 From: Guenter Knauf Date: Sun, 29 Jul 2012 15:14:40 +0200 Subject: Added DWANT_IDN_PROTOTYPES define for MSVC too. Discussion on the list: http://curl.haxx.se/mail/lib-2012-07/0271.html --- winbuild/MakefileBuild.vc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winbuild') diff --git a/winbuild/MakefileBuild.vc b/winbuild/MakefileBuild.vc index 5ec638f85..800bebcce 100644 --- a/winbuild/MakefileBuild.vc +++ b/winbuild/MakefileBuild.vc @@ -172,7 +172,7 @@ USE_IDN = true !ENDIF !IF "$(USE_IDN)"=="true" -CFLAGS = $(CFLAGS) /DUSE_WIN32_IDN +CFLAGS = $(CFLAGS) /DUSE_WIN32_IDN /DWANT_IDN_PROTOTYPES LFLAGS = $(LFLAGS) Normaliz.lib !ENDIF -- cgit v1.2.3