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 


Reply via email to