]>
git.saurik.com Git - wxWidgets.git/blob - include/wx/wx_cw.h
1 /////////////////////////////////////////////////////////////////////////////
3 // Purpose: wxWindows definitions for CodeWarrior builds
4 // Author: Stefan Csomor
8 // Copyright: (c) Stefan Csomor
9 // Licence: wxWindows licence
10 /////////////////////////////////////////////////////////////////////////////
14 #define MSL_USE_PRECOMPILED_HEADERS 1
16 #if !defined( __MWERKS__ )
17 #error "this file is only for builds with Metrowerks CodeWarrior"
20 #define WX_COMP_INLINE_NO_CLASS // defined if the compiler does not want the classname repeated for inlines within a class definition
22 #if (__MWERKS__ < 0x0900) || macintosh
25 #define USE_PRECOMPILED_MAC_HEADERS 1 /*Set to 0 if you don't want to use precompiled MacHeaders*/
26 #include <ansi_prefix.mac.h>
28 // automatically includes MacHeaders
29 #elif (__MWERKS__ >= 0x0900) && __INTEL__
35 #include <ansi_prefix.win32.h>
37 #include <ansi_prefix.be.h>
40 #error unknown MW compiler
43 // in order to avoid problems further down in wxWindows
45 char *strdup(const char *s
) ;