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

📄 install.h

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

	$Id: install.h,v 1.30.6.2 1999/06/07 21:27:25 build Exp $
_____________________________________________________________________________*/
#pragma once


/*_____________________________________________________________________________
	This is the common header file for the install dll.   It contains flags
	that apply to the install it is being used with.  Before building, make
	sure the flags here are set appropriately.
	
_____________________________________________________________________________*/


#define PGPCERTD					0		// 1 yes 0 no
#define PGPDEBUG					0		// 1 yes 0 no
//This is used to set _asm { int 3 }; 
//for debugging
#define SETASMINT					0       // 1 yes 0 no
		

⌨️ 快捷键说明

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