Skip to content

Commit

Permalink
Added DWANT_IDN_PROTOTYPES define for MSVC too.
Browse files Browse the repository at this point in the history
  • Loading branch information
gknauf committed Jul 29, 2012
1 parent 9e01625 commit a52857c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion winbuild/MakefileBuild.vc
Expand Up @@ -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

Expand Down

0 comments on commit a52857c

Please sign in to comment.