X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7b758e8f43b060833c2415d8f2634804ab5024b7..c45b7e75d1833c93200ca2d4e518954e48ec936e:/include/wx/string.h diff --git a/include/wx/string.h b/include/wx/string.h index eed7c84c39..3713e7b095 100644 --- a/include/wx/string.h +++ b/include/wx/string.h @@ -183,7 +183,7 @@ inline const wxString& wxGetEmptyString() { return *(wxString *)&wxEmptyString; #endif #if (defined(__GNUG__) && (__GNUG__ < 3)) || \ - (defined(_MSC_VER) && (_MSC_VER <= 1100)) + (defined(_MSC_VER) && (_MSC_VER <= 1200)) #define wxSTRING_BASE_HASNT_CLEAR #endif