]> git.saurik.com Git - wxWidgets.git/blob - include/wx/wx_cwc_d.h
added wxIcon::CopyFromBitmap to wxGTK
[wxWidgets.git] / include / wx / wx_cwc_d.h
1 /////////////////////////////////////////////////////////////////////////////
2 // Name: wx_cw_d.h
3 // Purpose: wxWindows definitions for CodeWarrior builds (Debug)
4 // Author: Stefan Csomor
5 // Modified by:
6 // Created: 12/10/98
7 // RCS-ID: $Id$
8 // Copyright: (c) Stefan Csomor
9 // Licence: wxWindows licence
10 /////////////////////////////////////////////////////////////////////////////
11
12 #ifndef _WX_CW__
13 #define _WX_CW__
14
15 #if __option(profile)
16 #error "profiling is not supported in debug versions"
17 #else
18 #ifdef __cplusplus
19 #if __POWERPC__
20 #include <wx_Carbon++_d.mch>
21 #endif
22 #else
23 #if __POWERPC__
24 #include <wx_Carbon_d.mch>
25 #endif
26 #endif
27 #endif
28
29 #endif
30 // _WX_CW__