Removed redundant wx<Control>NameStr declarations.
[wxWidgets.git] / include / wx_cwc_d.pch
1 #if __option (profile)  
2         #error "profiling is not supported for debug targets"
3 #else
4 #ifdef __MACH__
5         #pragma precompile_target "wx_Mach_d.mch"
6 #elif __POWERPC__
7         #pragma precompile_target "wx_Carbon_d.mch"
8 #else
9         #error "illegal processor for carbon"
10 #endif
11 #endif
12 #pragma once on
13 #undef WX_PRECOMP
14 #define __WXDEBUG__ 1
15 #define wxUSE_GUI 1
16 #define TARGET_CARBON 1
17 #define OLDP2C 1
18 #ifdef __MACH__
19         #define __DARWIN__
20         #define __CF_USE_FRAMEWORK_INCLUDES__
21         #define __NOEXTENSIONS__
22         #define __UNIX__
23         #define __UNIX_LIKE__
24 #endif
25
26 #include "wx/wx_cw_cm.h"
27 #ifdef __WXMSW__
28     #include <windows.h>
29     #include "wx/msw/winundef.h"
30 #endif