]>
git.saurik.com Git - wxWidgets.git/blob - include/wx/wx_cw_cm.h
1 #define MSL_USE_PRECOMPILED_HEADERS 1
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__ < 0x0900) || macintosh
13 #define USE_PRECOMPILED_MAC_HEADERS 0 /*Set to 0 if you don't want to use precompiled MacHeaders*/
14 #include "MacHeaders.c"
16 #define USE_PRECOMPILED_MAC_HEADERS 0
18 #include <MacHeadersPPCX++>
20 #include <MacHeadersPPCX>
24 #define USE_PRECOMPILED_MAC_HEADERS 1 /*Set to 0 if you don't want to use precompiled MacHeaders*/
26 // automatically includes MacHeaders
27 #elif (__MWERKS__ >= 0x0900) && __INTEL__
34 #include <ansi_prefix.be.h>
37 #error unknown MW compiler
41 #include <ansi_prefix.win32.h>
42 #include <ansi_parms.h>
44 #if defined( __MSL__ ) && __MSL__ >= 0x5012
45 #define fileno _fileno
46 #define fdopen _fdopen
50 #elif defined( __WXMAC__)
51 #include <ansi_prefix.mac.h>
56 // in order to avoid problems further down in wxWindows
63 char *strdup(const char *s
) ;
64 int isascii( int c
) ;