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
#undef WX_PRECOMP
#define wxUSE_GUI 1
#define TARGET_CARBON 1
#define OLDP2C 1
#include "wx/wx_cw_cm.h"
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?