X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c5e514528814114a9571454840980ea8a347dccd..ba5787676d002f76b4c3944cb598b626f10f058d:/include/wx/platform.h?ds=sidebyside diff --git a/include/wx/platform.h b/include/wx/platform.h index 71790c352d..faeaf6fd20 100644 --- a/include/wx/platform.h +++ b/include/wx/platform.h @@ -535,6 +535,10 @@ #define wxCHECK_GCC_VERSION( major, minor ) 0 #endif +#if defined(__BORLANDC__) || (defined(__GNUC__) && __GNUC__ < 3) +#define wxNEEDS_CHARPP +#endif + /* This macro can be used to check that the version of mingw32 compiler is at least maj.min