wxshlba_cwc_d.pch++

来自「浙江大学的悟空嵌入式系统模拟器」· PCH++ 代码 · 共 23 行

PCH++
23
字号
#if __option (profile)	
	#error "profiling is not supported for debug targets"
#else
#if __POWERPC__
	#pragma precompile_target "wxshlba_Carbon++_d.mch"
#else
	#error "illegal processor for carbon"
#endif

#endif

#pragma once on
#define WXUSINGDLL
#define WX_PRECOMP
#define __WXDEBUG__ 1
#define wxUSE_GUI 1
#define TARGET_CARBON 1
#define OLDP2C 1

#include "wx/wx_cw_cm.h"
#ifdef WX_PRECOMP
#include "wx/wxprec.h"
#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?