[ITA] w32api-3.0b_svn5368-1
Jon TURNEY
jon.turney@dronecode.org.uk
Mon Sep 3 16:06:00 GMT 2012
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...
-------------- next part --------------
--- 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
More information about the Cygwin-apps
mailing list