I had done this same sort of thing, but put the define in NSBitmapImageRep+JPEG.m, in order to get my windows installer working:

http://www.gnustep.org/experience/Windows.html

but I forgot to integrate the patch back into GNUstep, so now I've done this...


On May 8, 2008, at 9:04 AM, Thierry DELHAISE wrote:

So, to solve the problem edit you'r jmorecfg.h file.( in /mingw/ include) and add those lines in the first lines (after first comments) :

#if defined(__MINGW32__) && defined(_RPCNDR_H) && ! defined(HAVE_BOOLEAN)
#define HAVE_BOOLEAN
#endif



_______________________________________________
Gnustep-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnustep-dev

Reply via email to