]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/string.cpp
Source cleaning: whitespaces, tabs, TRUE/true, FALSE/false, -1/wxID_ANY/wxDefaultCoor...
[wxWidgets.git] / src / common / string.cpp
index 8d3c198b8d8fe8c428639ae2c040b1c351264239..f42bd4dfd4e69d04a2eb20628da85769e1f12478 100644 (file)
@@ -1223,6 +1223,12 @@ wxString operator+(const wxChar *psz, const wxString& str)
 
 #if wxUSE_UNICODE
 
+#ifdef __MWERKS__
+#ifndef __SCHAR_MAX__
+#define __SCHAR_MAX__ 127
+#endif
+#endif
+
 wxString wxString::FromAscii(const char *ascii)
 {
     if (!ascii)