stdafx.h
来自「WinCVS 源码,流行的CVS客户端源码程序」· C头文件 代码 · 共 32 行
H
32 行
#ifndef __stdafx__
#define __stdafx__
#define qMacAPP 1
#if qDebug
# define qRangeCheck 1
# define qReleaseBuild 0
#else
# define qRangeCheck 0
# define qReleaseBuild 1
#endif
#undef qRelease
#define qRelease qReleaseBuild
#define wantDebugging qDebug
#include "MacAppTypes.h"
/* the MacAPP assert */
#if qDebug
# define UASSERT(cond) DebugAssert_AC((cond), #cond, __FILE__, __LINE__)
#else
# define UASSERT(cond)
#endif
#define UTHROW(err) throw CException_AC(mFulErr)
extern "C" char *strdup(const char *str);
#endif // __stdafx__
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?