Changed MinGW to use own winidn prototypes.

This commit is contained in:
Guenter Knauf 2011-09-03 13:37:29 +02:00
parent ded3638d97
commit b98594c8bf
1 changed files with 1 additions and 2 deletions

View File

@ -138,9 +138,8 @@ ifdef IDN
DLL_LIBS += -L$(LIBIDN_PATH)/lib -lidn
else
ifdef WINIDN
INCLUDES += -I"$(WINIDN_PATH)/include"
CFLAGS += -DHAVE_NORMALIZATION_H
CFLAGS += -DUSE_WIN32_IDN
CFLAGS += -DWANT_IDN_PROTOTYPES
DLL_LIBS += -L"$(WINIDN_PATH)" -lnormaliz
endif
endif