Commit a52857cb authored by Guenter Knauf's avatar Guenter Knauf
Browse files

Added DWANT_IDN_PROTOTYPES define for MSVC too.

parent 9e016257
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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