]> git.saurik.com Git - wxWidgets.git/blame - include/wxshlb_cwc_d.pch
redraw the grid when it's enabled/disabled
[wxWidgets.git] / include / wxshlb_cwc_d.pch
CommitLineData
ff297bdd
SC
1#if __option (profile)
2 #error "profiling is not supported for debug targets"
3#else
da6a5fe2
SC
4#ifdef __MACH__
5 #pragma precompile_target "wxshlb_Mach_d.mch"
6#elif __POWERPC__
ff297bdd
SC
7 #pragma precompile_target "wxshlb_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 WXMAKINGDLL
15#define __WXDEBUG__ 1
16#define wxUSE_GUI 1
17#define TARGET_CARBON 1
18#define OLDP2C 1
da6a5fe2
SC
19#ifdef __MACH__
20 #define __DARWIN__
21 #define __CF_USE_FRAMEWORK_INCLUDES__
22 #define __NOEXTENSIONS__
23 #define __UNIX__
24 #define __UNIX_LIKE__
25 #define HAVE_USLEEP 1
26 #define HAVE_FCNTL 1
27 #define HAVE_UNAME 1
28#endif
ff297bdd
SC
29
30#include "wx/wx_cw_cm.h"
31#ifdef __WXMSW__
32 #include <windows.h>
33 #include "wx/msw/winundef.h"
34#endif