added fix for MSL under Win32 (by Steve Hartwell)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26848 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
77aa9abdc4
commit
11c5b47d94
@ -440,7 +440,7 @@
|
||||
#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
|
||||
|
Loading…
Reference in New Issue
Block a user