]>
git.saurik.com Git - wxWidgets.git/blob - include/wx/wx_cw_cm.h
1 #define MSL_USE_PRECOMPILED_HEADERS 0
3 #if !defined( __MWERKS__ )
4 #error "this file is only for builds with Metrowerks CodeWarrior"
7 #define WX_COMP_INLINE_NO_CLASS // defined if the compiler does not want the classname repeated for inlines within a class definition
9 #if __MWERKS__ >= 0x2400
10 #pragma old_argmatch on
13 #if (__MWERKS__ < 0x0900) || macintosh
16 #elif (__MWERKS__ >= 0x0900) && __INTEL__
23 #include <ansi_prefix.be.h>
26 #error unknown MW compiler
30 #include <ansi_prefix.win32.h>
31 #include <ansi_parms.h>
33 #if defined( __MSL__ ) && __MSL__ >= 0x5012
34 #define fileno _fileno
35 #define fdopen _fdopen
39 #elif defined( __WXMAC__)
40 #define USE_PRECOMPILED_MAC_HEADERS 0 /*Set to 0 if you don't want to use precompiled MacHeaders*/
41 #define ACCESSOR_CALLS_ARE_FUNCTIONS 1
43 // otherwise the debugger looses all symbol information
44 #define OPAQUE_TOOLBOX_STRUCTS 0
46 #define OPAQUE_TOOLBOX_STRUCTS 1
48 #include <ansi_prefix.mac.h>
51 #if UNIVERSAL_INTERFACES_VERSION < 0x0340
52 #error "please update to Apple's lastest universal headers from http://developer.apple.com/sdk/"
59 // in order to avoid problems further down in wxWindows
66 char *strdup(const char *s
) ;
67 int isascii( int c
) ;