pgpbuild.h

来自「PGP8.0源码 请认真阅读您的文件包然后写出其具体功能」· C头文件 代码 · 共 38 行

H
38
字号
/*____________________________________________________________________________
	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 + =
减小字号Ctrl + -
显示快捷键?