install.h
来自「pgp soucecode pgp soucecode」· C头文件 代码 · 共 23 行
H
23 行
/*_____________________________________________________________________________
Copyright (C) 1997 Network Associates Inc. and affiliated companies.
All rights reserved.
$Id: install.h,v 1.30.6.2 1999/06/07 21:27:25 build Exp $
_____________________________________________________________________________*/
#pragma once
/*_____________________________________________________________________________
This is the common header file for the install dll. It contains flags
that apply to the install it is being used with. Before building, make
sure the flags here are set appropriately.
_____________________________________________________________________________*/
#define PGPCERTD 0 // 1 yes 0 no
#define PGPDEBUG 0 // 1 yes 0 no
//This is used to set _asm { int 3 };
//for debugging
#define SETASMINT 0 // 1 yes 0 no
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?