Windows does not support C99 format strings.

This commit is contained in:
Johannes Sixt
2006-12-29 08:56:45 +01:00
parent 861429a7c3
commit d9634b14f9

View File

@@ -425,6 +425,7 @@ ifneq (,$(findstring MINGW,$(uname_S)))
NO_STRCASESTR=YesPlease
NO_STRLCPY=YesPlease
NO_ICONV=YesPlease
NO_C99_FORMAT = YesPlease
NO_SVN_TESTS=YesPlease
COMPAT_CFLAGS += -DNO_ETC_PASSWD -DNO_ST_BLOCKS -DSTRIP_EXTENSION=\".exe\" -I compat
COMPAT_OBJS += compat/mingw.o compat/fnmatch.o