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

Changed MinGW to use own winidn prototypes.

parent ded3638d
Loading
Loading
Loading
Loading
+1 −2
Original line number Original line Diff line number Diff line
@@ -138,9 +138,8 @@ ifdef IDN
  DLL_LIBS += -L$(LIBIDN_PATH)/lib -lidn
  DLL_LIBS += -L$(LIBIDN_PATH)/lib -lidn
else
else
ifdef WINIDN
ifdef WINIDN
  INCLUDES += -I"$(WINIDN_PATH)/include"
  CFLAGS += -DHAVE_NORMALIZATION_H
  CFLAGS += -DUSE_WIN32_IDN
  CFLAGS += -DUSE_WIN32_IDN
  CFLAGS += -DWANT_IDN_PROTOTYPES
  DLL_LIBS += -L"$(WINIDN_PATH)" -lnormaliz
  DLL_LIBS += -L"$(WINIDN_PATH)" -lnormaliz
endif
endif
endif
endif