projects
/
wxWidgets.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
removed wxEncodingConverter from docs where wxMBConv should be mentioned instead
[wxWidgets.git]
/
include
/
wx_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 "wx_Carbon++_d.mch"
6
#else
7
#error "illegal processor for carbon"
8
#endif
9
10
#endif
11
12
#pragma once on
13
#define WX_PRECOMP
14
#define __WXDEBUG__ 1
15
#define wxUSE_GUI 1
16
#define TARGET_CARBON 1
17
#define OLDP2C 1
18
19
#include "wx/wx_cw_cm.h"
20
#ifdef WX_PRECOMP
21
#include "wx/wxprec.h"
22
#endif