I refer to this ChangeLog:
2005-10-09  Richard Frith-Macdonald <[EMAIL PROTECTED]>
 Be consistent in usage of __WIN32__ and __MINGW__
 
Um.... There is no preprocessor define for __MINGW__, so now that code that used to compile does not.  Try putting it back to __MINGW32__
 
$ gcc -E -dM nul:.c | grep -i ming
#define __VERSION__ "3.4.2 (mingw-special)"
#define __MINGW32__ 1
_______________________________________________
Gnustep-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnustep-dev

Reply via email to