]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/string.h
Insure suitable choices of path/drive separator on OS/2.
[wxWidgets.git] / include / wx / string.h
index ee362ff90c40c5d3ba438aada51c4d20385e5c6a..45e8aa038436923a2ac1d13e4068605777ac2962 100644 (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;