Once again if someone wants to help I only have one warning left to fix.

Changelog: More Mingw32 warning fixes

cvs diff -u winnls.h 
Index: winnls.h
===================================================================
RCS file: /home/wine/wine/include/winnls.h,v
retrieving revision 1.32
diff -u -r1.32 winnls.h
--- winnls.h    10 Mar 2002 00:02:34 -0000      1.32
+++ winnls.h    25 Apr 2002 07:07:43 -0000
@@ -26,6 +26,13 @@
 extern "C" {
 #endif
 
+#ifdef __MINGW__
+#undef _MAX_PATH
+#undef _MAX_DIR
+#undef _MAX_EXT
+#undef _MAX_DRIVE
+#include "stdlib.h"
+#endif
 
 #define MB_PRECOMPOSED              0x00000001 
 #define MB_COMPOSITE                0x00000002

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


Reply via email to