]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/defs.h
Redirect SetFocus Part II.
[wxWidgets.git] / include / wx / defs.h
index 897d1addb35c915dfcbebabb903824133090e8ae..f87619fa484dee35d1f6f5271f2585069834d15f 100644 (file)
         #ifndef WX_TRUE_DEFINED
             #undef TRUE
             #undef FALSE
-            #define TRUE  ((bool)1)
-            #define FALSE ((bool)0)
         #endif
     #endif
+
+    #ifndef TRUE
+        #define TRUE  ((bool)1)
+        #define FALSE ((bool)0)
+    #endif
 #else // !__cplusplus
     // the definitions above don't work for C sources
     #ifndef TRUE