⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 stdafx.h

📁 WinCVS 源码,流行的CVS客户端源码程序
💻 H
字号:
#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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -