stdafx.h
来自「WinCVS 源码,流行的CVS客户端源码程序」· C头文件 代码 · 共 19 行
H
19 行
#ifndef __stdafx__
#define __stdafx__
#define qMacPP 1
#if qDebug
# include <PP_DebugHeaders.cp>
#else
# include <PP_ClassHeaders.cp>
#endif
/* the MacAPP assert */
#define UASSERT Assert_
#define UTHROW(err) Throw_Err(mFulErr)
extern "C" char *strdup(const char *str);
#endif // __stdafx__
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?