mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 08:08:50 -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
|
!ENDIF
|
||||||
|
|
||||||
!IF "$(USE_IDN)"=="true"
|
!IF "$(USE_IDN)"=="true"
|
||||||
CFLAGS = $(CFLAGS) /DUSE_WIN32_IDN
|
CFLAGS = $(CFLAGS) /DUSE_WIN32_IDN /DWANT_IDN_PROTOTYPES
|
||||||
LFLAGS = $(LFLAGS) Normaliz.lib
|
LFLAGS = $(LFLAGS) Normaliz.lib
|
||||||
!ENDIF
|
!ENDIF
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user