pgpexception.h

来自「pgp soucecode pgp soucecode」· C头文件 代码 · 共 19 行

H
19
字号
/*____________________________________________________________________________
	Copyright (C) 1997 Network Associates Inc. and affiliated companies.
	All rights reserved.
	
	
	
	$Id: pgpException.h,v 1.4 1999/03/25 18:02:29 melkins Exp $
____________________________________________________________________________*/

#ifndef Included_pgpException_h
#define Included_pgpException_h

#include "pgpPFLErrors.h"

#define ThrowPGPError_(x)	throw(((PGPError) (x)))
#define ThrowIfPGPError_(x)	if (IsPGPError((x))) ThrowPGPError_(x)

#endif

⌨️ 快捷键说明

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