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

📄 precomp.h

📁 PGP8.0源码 请认真阅读您的文件包然后写出其具体功能
💻 H
字号:
/*__________________________________________________________________________
 Copyright (C) 2002 PGP Corporation
 All rights reserved.
 
 $Id: Precomp.h,v 1.8 2002/10/31 04:13:36 pbj Exp $
__________________________________________________________________________*/
#ifndef Included_PRECOMP_h	/* [ */
#define Included_PRECOMP_h

// System headers
#include <windows.h>
#include <windowsx.h>
#include <stdlib.h>
#include <stdio.h>
#include <stdlib.h>
#include <assert.h> 
#include <string.h>
#include <ShellAPI.h>
#include <Direct.h>
#include <CommDlg.h>
#include <OLE2.h>
#include <commctrl.h>
#include <process.h>
#include <MBCTYPE.H>

#include "resource.h"                

// PGPlib headers
#include "pgpVersionHeader.h"
#include "pgpBuild.h"
#include "pgpKeys.h"
#include "pgpConfig.h"
#include "pgpErrors.h"
#include "pgpEncode.h"
#include "pgpUtilities.h"
#include "pflPrefTypes.h"
#include "pgpPubTypes.h"

#include "pgpDiskWiper.h"

#include "pgpClientErrors.h"
#include "pgpClientPrefs.h"
#include "pgpClientLib.h"
#include "pgpLnLib.h"
#include "VerificationBlock.h"
#include "Prefs.h"

// PGP headers

#include "PGPsc.h"
#include "resource.h"
#include "SigEvent.h"
#include "pgpFileSpec.h"
#include "pgpShareFile.h"
#include "PGPsda.h"
#include "PGPscInt.h"
#include "PGPhk.h"

#include "SCwfNT.h"
#include "SCwf9x.h"

#define OPENKEYRINGFLAGS 0

HINSTANCE g_hinst;

#endif /* ] Included_PRECOMP_h */


/*__Editor_settings____

	Local Variables:
	tab-width: 4
	End:
	vi: ts=4 sw=4
	vim: si
_____________________*/

⌨️ 快捷键说明

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