]> git.saurik.com Git - wxWidgets.git/commitdiff
Compilation fix for MSVC 6 and wxUSE_STL=1.
authorMattia Barbon <mbarbon@cpan.org>
Sat, 17 Jan 2004 22:34:51 +0000 (22:34 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Sat, 17 Jan 2004 22:34:51 +0000 (22:34 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25218 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/string.h

index eed7c84c395150407518e582826d5bb5d908f66a..3713e7b0954e711a44b8be83172397dfdd3c69f3 100644 (file)
@@ -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