X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0797d64777de79f01a1580100f983e9a76d34f45..a1584ea1421fcf6cb3809ebc48c2fa3b38c88379:/include/wx/string.h diff --git a/include/wx/string.h b/include/wx/string.h index 0db91472e0..fb73ad8757 100644 --- a/include/wx/string.h +++ b/include/wx/string.h @@ -169,17 +169,6 @@ inline int Stricmp(const char *psz1, const char *psz2) // deal with STL/non-STL/non-STL-but-wxUSE_STD_STRING // ---------------------------------------------------------------------------- -#if wxUSE_STL || wxUSE_STD_STRING - // these compilers come without standard C++ library headers by default, - // remove the tests here if you do have them (e.g. from STLPort) - #if defined(__DMC__) || defined(__WATCOMC__) - #undef wxUSE_STL - #undef wxUSE_STD_STRING - #define wxUSE_STL 0 - #define wxUSE_STD_STRING 0 - #endif -#endif // wxUSE_STL || wxUSE_STD_STRING - // in both cases we need to define wxStdString #if wxUSE_STL || wxUSE_STD_STRING