]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/defs.h
Removed LastError() from wxFilterStream
[wxWidgets.git] / include / wx / defs.h
index f80688c80a22703fea7d8b57848be4b123a6a487..bb9ac4effae41eaa6cb7e19397a8062c97a178bd 100644 (file)
 // (under Unix, configure tests for this)
 #ifndef HAVE_BOOL
     #if defined( __MWERKS__ )
 // (under Unix, configure tests for this)
 #ifndef HAVE_BOOL
     #if defined( __MWERKS__ )
-        #if (__MWERKS__ >= 0x1000) && !__option(bool)
+        #if (__MWERKS__ >= 0x1000) && __option(bool)
             #define HAVE_BOOL
         #endif
     #elif defined(__VISUALC__) && (__VISUALC__ == 1020)
             #define HAVE_BOOL
         #endif
     #elif defined(__VISUALC__) && (__VISUALC__ == 1020)