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

📄 iketest.prefix

📁 vc环境下的pgp源码
💻 PREFIX
字号:
/*____________________________________________________________________________
	Copyright (C) 1997 Network Associates Inc. and affiliated companies.
	All rights reserved.

	$Id: IKETest.prefix,v 1.2 1999/03/10 02:42:56 heller Exp $
____________________________________________________________________________*/
#pragma once

#define PGP_DEBUG		1

#if __POWERPC__
	#include "MacHeadersPPC++"
#elif __CFM68K__
	#include "MacHeadersCFM68K++"
#else
	#error Cannot compile in this environment
#endif

#define PGP_MACINTOSH				1
#define USE_PGP_OPERATOR_NEW		1
#define UNFINISHED_CODE_ALLOWED		1

#define USE_WHACKFREESPACE			PGP_DEBUG

#define USE_MAC_DEBUG_TRAPS			PGP_DEBUG

#define USE_PGP_LEAKS				PGP_DEBUG
#define USE_MAC_DEBUG_LEAKS			PGP_DEBUG
#define PGP_DEBUG_FIND_LEAKS		PGP_DEBUG

#if PGP_DEBUG
#define Debug_Throw
#define Debug_Signal
#endif

#include "pgpConfig.h"
#include "pgpLeaks.h"
#include "MacDebug.h"

⌨️ 快捷键说明

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