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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user