diff options
author | Guenter Knauf <lists@gknw.net> | 2012-07-29 15:14:40 +0200 |
---|---|---|
committer | Guenter Knauf <lists@gknw.net> | 2012-07-29 15:14:40 +0200 |
commit | a52857cb025436df5a424dc603c54b97e4c2fab0 (patch) | |
tree | 162f1501d64a1ddc77084d67f820dea8dfec761a /winbuild | |
parent | 9e016257791e30fa6fdbfc9c279fcc5e0a3707be (diff) | |
download | curl-a52857cb025436df5a424dc603c54b97e4c2fab0.tar.gz |
Added DWANT_IDN_PROTOTYPES define for MSVC too.
Discussion on the list: http://curl.haxx.se/mail/lib-2012-07/0271.html
Diffstat (limited to 'winbuild')
-rw-r--r-- | winbuild/MakefileBuild.vc | 2 |
1 files changed, 1 insertions, 1 deletions
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
|