]>
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 #if (__MWERKS__ < 0x0900) || macintosh
24 #define USE_PRECOMPILED_MAC_HEADERS 1 /*Set to 0 if you don't want to use precompiled MacHeaders*/
25 #include <ansi_prefix.mac.h>
27 // automatically includes MacHeaders
28 #elif (__MWERKS__ >= 0x0900) && __INTEL__
34 #include <ansi_prefix.win32.h>
35 // #include <Windows.h>
36 // #include <COMMCTRL.H>
38 #include <ansi_prefix.be.h>
41 #error unknown MW compiler
47 // in order to avoid problems further down in wxWindows
49 char *strdup(const char *s
) ;