Last header patch for Mingw32 I think (wingdi.h)

Steven Edwards Steven_Ed4153 at yahoo.com
Thu Apr 25 11:50:02 CDT 2002


cvs diff -u wingdi.h 
Index: wingdi.h
===================================================================
RCS file: /home/wine/wine/include/wingdi.h,v
retrieving revision 1.69
diff -u -r1.69 wingdi.h
--- wingdi.h	3 Apr 2002 22:08:27 -0000	1.69
+++ wingdi.h	25 Apr 2002 16:48:19 -0000
@@ -24,6 +24,14 @@
 extern "C" {
 #endif
 
+#ifdef __MINGW__
+#undef _MAX_PATH
+#undef _MAX_DIR
+#undef _MAX_EXT
+#undef _MAX_DRIVE
+#include "stdlib.h"
+#endif
+
 typedef struct _ABCFLOAT {
     FLOAT   abcfA;
     FLOAT   abcfB;

"Every revolution was once a thought in one man's mind"
- Ralph Waldo Emerson 




More information about the wine-patches mailing list