gnustep-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

use of __MINGW32__ in gnustep-base


From: Jeremy Bettis
Subject: use of __MINGW32__ in gnustep-base
Date: Tue, 11 Oct 2005 13:28:23 -0500

I refer to this ChangeLog:
2005-10-09  Richard Frith-Macdonald <address@hidden>
 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

reply via email to

[Prev in Thread] Current Thread [Next in Thread]