Compilation fix for MSVC 6 and wxUSE_STL=1.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25218 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -183,7 +183,7 @@ inline const wxString& wxGetEmptyString() { return *(wxString *)&wxEmptyString;
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if (defined(__GNUG__) && (__GNUG__ < 3)) || \
|
#if (defined(__GNUG__) && (__GNUG__ < 3)) || \
|
||||||
(defined(_MSC_VER) && (_MSC_VER <= 1100))
|
(defined(_MSC_VER) && (_MSC_VER <= 1200))
|
||||||
#define wxSTRING_BASE_HASNT_CLEAR
|
#define wxSTRING_BASE_HASNT_CLEAR
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user