32 lines
898 B
Diff
32 lines
898 B
Diff
diff -urw xc-orig/config/cf/mingw.cf xc/config/cf/mingw.cf
|
|
--- xc-orig/config/cf/mingw.cf 2009-03-18 18:13:23.000000000 +0100
|
|
+++ xc/config/cf/mingw.cf 2009-08-10 16:54:59.594459842 +0200
|
|
@@ -145,7 +145,8 @@
|
|
#define HasShm NO
|
|
|
|
/* snprintf from windows runtime does return -1 if the buffer is to small */
|
|
-#define HasSnprintf NO
|
|
+/* FE: However, latest MinGW provides the correct ones ... */
|
|
+#define HasSnprintf YES
|
|
|
|
#define HasFfs NO
|
|
|
|
@@ -158,7 +158,7 @@
|
|
|
|
#define HasSockets NO
|
|
#define GzipFontCompression YES
|
|
-#define HasZlib NO
|
|
+#define HasZlib YES
|
|
#define HasFreetype2 NO
|
|
|
|
/* We don't need -lm */
|
|
@@ -256,7 +256,7 @@
|
|
#endif
|
|
#ifndef ExtraIncDir
|
|
# ifdef CrossCompileDir
|
|
-# define ExtraIncDir CrossCompileDir/../../include
|
|
+# define ExtraIncDir CrossCompileDir/../include
|
|
# else
|
|
# define ExtraIncDir /usr/include/w32api
|
|
# endif
|