]> git.saurik.com Git - wxWidgets.git/commitdiff
added fix for MSL under Win32 (by Steve Hartwell)
authorStefan Csomor <csomor@advancedconcepts.ch>
Sun, 18 Apr 2004 06:40:18 +0000 (06:40 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Sun, 18 Apr 2004 06:40:18 +0000 (06:40 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26848 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/wxchar.h

index 68cd97448f7040a442aa220b218186ea05dccad0..8929299d840d155b074171549fc5527fde9e2fc4 100644 (file)
             #define wxNEED_WX_STDIO_H
             #define wxNEED_WX_STDLIB_H
             #define wxNEED_WX_TIME_H
-        #elif defined(__MWERKS__) && ( defined(macintosh) || defined(__MACH__) )
+        #elif defined(__MWERKS__) && ( defined(__MSL__) || defined(__MACH__) )
             /* ctype.h functions (wctype.h) */
             #define  wxIsalnum   iswalnum
             #define  wxIsalpha   iswalpha