projects
/
wxWidgets.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Applied patch [ 549256 ] fix minor bug in widgets sample
[wxWidgets.git]
/
include
/
wxshlba_cwc_d.pch++
1
#if __option (profile)
2
#error "profiling is not supported for debug targets"
3
#else
4
#if __POWERPC__
5
#pragma precompile_target "wxshlba_Carbon++_d.mch"
6
#else
7
#error "illegal processor for carbon"
8
#endif
9
10
#endif
11
12
#pragma once on
13
#define WXUSINGDLL
14
#define WX_PRECOMP
15
#define __WXDEBUG__ 1
16
#define wxUSE_GUI 1
17
#define TARGET_CARBON 1
18
#define OLDP2C 1
19
20
#include "wx/wx_cw_cm.h"
21
#ifdef WX_PRECOMP
22
#include "wx/wxprec.h"
23
#endif