X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c5e514528814114a9571454840980ea8a347dccd..db18be579249298716e35521cc060bda248c0efe:/include/wx/platform.h 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