wxshlba_cwc.pch++

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

PCH++
23
字号
#if __option (profile)
#if __POWERPC__
	#pragma precompile_target "wxshlba_Carbon++_prof.mch"
#else
	#error "illegal processor for carbon"
#endif
#else
#if __POWERPC__
	#pragma precompile_target "wxshlba_Carbon++.mch"
#else
	#error "illegal processor for carbon"
#endif
#endif

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

#include "wx/wx_cw_cm.h"
#include "wx/wxprec.h"

⌨️ 快捷键说明

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