fixed HAVE_STD_WSTRING test

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24632 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2003-11-22 22:45:36 +00:00
parent 3403ccd5ae
commit 0c7cfd990d

View File

@@ -173,7 +173,7 @@ inline const wxString& wxGetEmptyString() { return *(wxString *)&wxEmptyString;
#include "wx/afterstd.h"
#if wxUSE_UNICODE
#if HAVE_STD_WSTRING
#ifdef HAVE_STD_WSTRING
typedef std::wstring wxStringBase;
#else
typedef std::basic_string<wxChar> wxStringBase;