X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ad95fe268a9ef45a55521636f7504d21ef998638..72763bfed47d1db784a3585da569fac0c2a6c3d6:/include/wx/defs.h diff --git a/include/wx/defs.h b/include/wx/defs.h index 897d1addb3..f87619fa48 100644 --- a/include/wx/defs.h +++ b/include/wx/defs.h @@ -186,10 +186,13 @@ #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