On 03/09/2012 16:59, Jon TURNEY wrote: > So, how about the attached (minimal) change? (where NOBOOLTYPE is named > whatever you think is appropriate)
This time with correct patch attached...
--- windef.h.bak 2012-09-03 16:54:05.156250000 +0100 +++ windef.h 2012-09-03 17:03:49.359375000 +0100 @@ -103,7 +103,7 @@ typedef int WINBOOL; #pragma push_macro("BOOL") #undef BOOL -#if !defined(__OBJC__) && !defined(__OBJC_BOOL) && !defined(__objc_INCLUDE_GNU) && !defined(NOBOOLTYPE) +#if !defined(__OBJC__) && !defined(__OBJC_BOOL) && !defined(__objc_INCLUDE_GNU) typedef int BOOL; #endif #define BOOL WINBOOL