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