X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d98a58c543948d84d9287e6fa53a5539d662b7a5..d4bc7a1601b650e9e6e11263e7aa87b83fa10c25:/src/common/string.cpp diff --git a/src/common/string.cpp b/src/common/string.cpp index d92df7a08c..4798b67c9c 100644 --- a/src/common/string.cpp +++ b/src/common/string.cpp @@ -1169,12 +1169,6 @@ int wxString::CmpNoCase(const wxString& s) const #if wxUSE_UNICODE -#ifdef __MWERKS__ -#ifndef __SCHAR_MAX__ -#define __SCHAR_MAX__ 127 -#endif -#endif - wxString wxString::FromAscii(const char *ascii, size_t len) { if (!ascii || len == 0)