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

📄 pgputil.rc

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

        $Id: pgpUtil.rc,v 1.6 2002/10/08 22:28:33 wjb Exp $
____________________________________________________________________________*/

#include "pgpVer.h"
#include <version.h>

#undef	VER_COMPANYNAME_STR
#undef	VER_PRODUCTNAME_STR
#undef	VER_PRODUCTVERSION
#undef	VER_PRODUCTVERSION_STR

#define VER_FILETYPE				VFT_VXD
#define VER_FILESUBTYPE				0
#define VER_COMPANYNAME_STR			"PGP Corporation\0"
#define VER_FILEVERSION_STR			PGPSDK_SHORT_VERSION_STRING
#define VER_LEGALCOPYRIGHT_STR		PGPSDK_COPYRIGHT
#ifdef PGP_EROS
  #define VER_FILEDESCRIPTION_STR 	"PGP 98 Memory Locking Driver\0"
#else
  #define VER_FILEDESCRIPTION_STR 	"PGP Software Development Kit 98 Driver\0"
#endif  
#define VER_INTERNALNAME_STR 		"PGPsdk\0"
#define VER_LEGALCOPYRIGHT_YEARS 	"2000\0"
#define VER_ORIGINALFILENAME_STR 	"PGPsdk.vxd\0"
#define VER_PRODUCTNAME_STR			"PGPsdk\0"
#define VER_PRODUCTVERSION			PGPSDK_MAJOR_VERSION
#define VER_PRODUCTVERSION_STR		PGPSDK_SHORT_VERSION_STRING \
									" installed with " PGPSDK_INSTALLEDWITH \
									" (build " PGPSDK_BUILDNUMBER ")"

#include <common.ver>

⌨️ 快捷键说明

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