ERROR is already defined in wingdi, please find attached a new patch.
Index: Headers/ProjectCenter/PCLogController.h
===================================================================
--- Headers/ProjectCenter/PCLogController.h     (revision 29983)
+++ Headers/ProjectCenter/PCLogController.h     (working copy)
@@ -25,6 +25,11 @@
 
 #import <AppKit/AppKit.h>
 
+//ERROR is defined in wingdi.h
+#ifdef __MINGW32__
+# undef ERROR
+#endif /*__MINGW32__*/
+
 #define INFO   0
 #define STATUS 1
 #define WARNING        2
_______________________________________________
Gnustep-dev mailing list
Gnustep-dev@gnu.org
http://lists.gnu.org/mailman/listinfo/gnustep-dev

Reply via email to