mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
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:
parent
9e01625779
commit
a52857cb02
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user