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

📄 pgpbuild.h

📁 PGP8.0源码 请认真阅读您的文件包然后写出其具体功能
💻 H
字号:
/*____________________________________________________________________________
	Copyright (C) 2002 PGP Corporation
	All rights reserved.

	$Id: pgpBuild.h,v 1.19.2.1 2002/11/26 11:36:28 wprice Exp $
____________________________________________________________________________*/
#ifndef Included_pgpBuild_h	/* [ */
#define Included_pgpBuild_h

#ifdef OVERRIDE_BUILDFLAGS

#include "../build/MastrBld.h"

#else

/*_____________________________________________________________________________
	This is the common header file for the PGP client.   It contains flags
	that apply globally to all modules.  Before building, make sure the flags
	here are set appropriately.
	
	Note: include this file in your project prefix
_____________________________________________________________________________*/

/*____________________________________________________________________________
	Version information
____________________________________________________________________________*/

#define PGPVERSIONSTRING		"8.0" 
#define PGPVERSIONMAJOR			8
#define PGPVERSIONMINOR			0
#define PGPVERSIONSUBMINOR		0
#define PGPVERSIONSUBSUBMINOR	0

#define PGPVERSIONRELEASESTAGE	3	/* 0 = Development, 1 = Alpha, */
									/* 2 = Beta, 3 = Release */
#define PGPBUILDNUMBER			"101" 
#define PGPCOMPANYNAME			"PGP Corporation"
#define	PGPCOPYRIGHT			"Copyright 

⌨️ 快捷键说明

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