]>
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 || __MACH__
16 #elif (__MWERKS__ >= 0x0900) && __INTEL__
26 #include <ansi_prefix.be.h>
29 #error unknown MW compiler
33 #include <ansi_prefix.win32.h>
34 #include <ansi_parms.h>
36 #if defined( __MSL__ ) && __MSL__ >= 0x5012 && __MSL__ < 0x7000
37 #define fileno _fileno
38 #define fdopen _fdopen
42 #elif defined( __WXMAC__)
43 #define USE_PRECOMPILED_MAC_HEADERS 0 /*Set to 0 if you don't want to use precompiled MacHeaders*/
44 #define ACCESSOR_CALLS_ARE_FUNCTIONS 1
45 #if defined( __WXDEBUG__ ) && !defined(__MACH__)
46 // otherwise the debugger looses all symbol information
47 #define OPAQUE_TOOLBOX_STRUCTS 0
49 #define OPAQUE_TOOLBOX_STRUCTS 1
52 #include <ansi_prefix.mach.h>
53 #include <msl_c_version.h>
56 #include <machine/ansi.h>
58 #include <ansi_prefix.mac.h>
60 // for getting the correct expat includes
64 #if UNIVERSAL_INTERFACES_VERSION < 0x0340
65 #error "please update to Apple's lastest universal headers from http://developer.apple.com/sdk/"
72 // in order to avoid problems further down in wxWindows
79 char *strdup(const char *s
) ;
80 int isascii( int c
) ;