X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cab1a6053dce9f0a2dcd87d8e2d12d8633f4785f..b9efe021b554fa3967d1442cf758435c5cd5ae8f:/include/wx/wx_cw_cm.h diff --git a/include/wx/wx_cw_cm.h b/include/wx/wx_cw_cm.h index 43311efd21..27ff0cd2c5 100644 --- a/include/wx/wx_cw_cm.h +++ b/include/wx/wx_cw_cm.h @@ -1,3 +1,14 @@ +/* + Name: wx/wx_cw_cm.h + Purpose: wxWidgets definitions for CodeWarrior builds + Author: Stefan Csomor + Modified by: + Created: + RCS-ID: $Id$ + Copyright: (c) Stefan Csomor + Licence: wxWindows licence +*/ + #define MSL_USE_PRECOMPILED_HEADERS 0 #if __WXDEBUG__ // mac os assert levels @@ -48,14 +59,10 @@ #define ACCESSOR_CALLS_ARE_FUNCTIONS 1 #define OPAQUE_TOOLBOX_STRUCTS 1 #ifdef __MACH__ - #include - #include - #include - #undef WCHAR_MAX - #include - #else - #include + typedef int mbstate_t; + #define _MBSTATE_T #endif + #include // for getting the correct expat includes #define MACOS_CLASSIC /* @@ -68,16 +75,3 @@ #define USE_DEFINE -// in order to avoid problems further down in wxWidgets - -#ifdef __cplusplus - -extern "C" -{ -#endif - char *strdup(const char *s) ; - int isascii( int c ) ; -#ifdef __cplusplus -} -#endif -