From 0c7cfd990d3e7cdb62be89cce44b37f21a7161ad Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 22 Nov 2003 22:45:36 +0000 Subject: [PATCH] fixed HAVE_STD_WSTRING test git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24632 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/string.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/string.h b/include/wx/string.h index ee362ff90c..45e8aa0384 100644 --- a/include/wx/string.h +++ b/include/wx/string.h @@ -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 wxStringBase; -- 2.50.0