]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/string.cpp
Added custom properties to style definitions and style sheets
[wxWidgets.git] / src / common / string.cpp
index d92df7a08c0b133091c5bcc6f16c5389d060b2c1..4798b67c9c3ea58e54718de03075c502fd6d521c 100644 (file)
@@ -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)