Sorry about that. If you decide to apply them use this instead. 
I messed up and used CFLAGS=-D_MINGW_ instead of __MINGW__



cvs diff -u windef.h 
Index: windef.h
===================================================================
RCS file: /home/wine/wine/include/windef.h,v
retrieving revision 1.62
diff -u -r1.62 windef.h
--- windef.h    10 Mar 2002 00:02:34 -0000      1.62
+++ windef.h    25 Apr 2002 02:09:36 -0000
@@ -157,8 +157,9 @@
 #define _MAX_EXT            _MAX_FNAME
 #define _MAX_PATH           260
 #endif
+#if ! defined (__MINGW__)
 #define MAX_PATH            _MAX_PATH
-
+#endif
 
 #define HFILE_ERROR     ((HFILE)-1)


cvs diff -u makedep.c 
Index: makedep.c
===================================================================
RCS file: /home/wine/wine/tools/makedep.c,v
retrieving revision 1.10
diff -u -r1.10 makedep.c
--- makedep.c   10 Mar 2002 00:24:22 -0000      1.10
+++ makedep.c   25 Apr 2002 02:11:38 -0000
@@ -24,6 +24,10 @@
 #include <string.h>
 #include <unistd.h>
 
+#ifdef __MINGW__      /* Taken from GLib */
+#define ftruncate(fd, size)
+#endif
+
 /* Max first-level includes per file */
 #define MAX_INCLUDES 200
 





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


Reply via email to