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

📄 required.h

📁 vc环境下的pgp源码
💻 H
字号:
//////////////////////////////////////////////////////////////////////////////
// Required.h
//
// Includes for every source file in the project.
//////////////////////////////////////////////////////////////////////////////

// $Id: Required.h,v 1.5.6.1 1999/06/09 17:51:37 build Exp $

// Copyright (C) 1998 by Network Associates, Inc.
// All rights reserved.

#ifndef Included_Required_h	// [
#define Included_Required_h

///////////////
// PFL includes
///////////////

#include "PGPdiskPfl.h"


////////////////////////
// Condition compilation
////////////////////////

#define PGPDISK_BETA_VERSION 0
#define PGPDISK_DEMO_VERSION 0

#if PGPDISK_BETA_VERSION && PGPDISK_DEMO_VERSION
#error Defined only one of PGPDISK_BETA_VERSION and PGPDISK_DEMO_VERSION.
#endif	// PGPDISK_BETA_VERSION && PGPDISK_DEMO_VERSION

#define PGPDISK_WIPE_FUNCS 1


///////////////////
// Further includes
///////////////////

#include "SystemConstants.h"
#include "PGPdiskDefaults.h"

#endif	// ] Included_Required_h

⌨️ 快捷键说明

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