]> git.saurik.com Git - wxWidgets.git/blame - include/wx_cw_d.pch
Capture/ReleaseMouse() prefixed with Do for the other ports (OS/2, MGL, Motif, Mac)
[wxWidgets.git] / include / wx_cw_d.pch
CommitLineData
519cb848
SC
1#if __option (profile)
2 #error "profiling is not supported for debug targets"
3#else
9dc0367b
SC
4#if __POWERPC__
5 #pragma precompile_target "wx_PPC_d.mch"
9dc0367b
SC
6#elif __INTEL__
7 #pragma precompile_target "wx_x86_d.mch"
9dc0367b
SC
8#elif __CFM68K__
9 #pragma precompile_target "wx_cfm_d.mch"
9dc0367b
SC
10#else
11 #pragma precompile_target "wx_68k_d.mch"
12#endif
519cb848 13#endif
288d4f8b 14
9dc0367b
SC
15#pragma once on
16#undef WX_PRECOMP
519cb848
SC
17#define __WXDEBUG__ 1
18#define wxUSE_GUI 1
acd9676e 19#define OLDP2C 1
9dc0367b 20#include "wx/wx_cw_cm.h"
519cb848
SC
21#ifdef __WXMSW__
22 #include <windows.h>
23 #include "wx/msw/winundef.h"
24#endif