Added DWANT_IDN_PROTOTYPES define for MSVC too.

Discussion on the list: http://curl.haxx.se/mail/lib-2012-07/0271.html
This commit is contained in:
Guenter Knauf 2012-07-29 15:14:40 +02:00
parent 9e01625779
commit a52857cb02
1 changed files with 1 additions and 1 deletions

View File

@ -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