From 7aff1e4cb053394db57c2814d5fe1e6493e0cc75 Mon Sep 17 00:00:00 2001 From: watcherhd Date: Sat, 26 Nov 2011 14:19:43 +0000 Subject: Project folders rename part 2 git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@214 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb --- cryptopp/PGPw/commonheaders.h | 64 ------------------------------------------- 1 file changed, 64 deletions(-) delete mode 100644 cryptopp/PGPw/commonheaders.h (limited to 'cryptopp/PGPw/commonheaders.h') diff --git a/cryptopp/PGPw/commonheaders.h b/cryptopp/PGPw/commonheaders.h deleted file mode 100644 index 8c79d2e..0000000 --- a/cryptopp/PGPw/commonheaders.h +++ /dev/null @@ -1,64 +0,0 @@ -// Windows API - -#pragma once -//#define WIN32_LEAN_AND_MEAN -//#pragma warning(disable: 4078) - -#include -//#include -#include -#include "..\version.h" - -#pragma comment(linker,"/merge:.rdata=.text") -#pragma comment(linker,"/entry:dllmain") -#pragma comment(linker,"/nodefaultlib") -#pragma comment(linker,"/subsystem:windows") -#pragma optimize("gsy", on) - -// PGP API -#ifndef PGP_WIN32 -#error Define PGP_WIN32 to SDK version (e.g. 0x658) -#endif - -#include -#include -#include -#include -#include -#include -#include - - -#define MODULENAME "PGPsdk" -BOOL ShowSelectKeyringsDlg(HWND,LPSTR,LPSTR); - -extern LPCSTR szModuleName; -extern LPCSTR szVersionStr; -extern HINSTANCE g_hInst; - - -#define DLLEXPORT __declspec(dllexport) - -extern "C" DLLEXPORT int __cdecl _pgp_init(void); -extern "C" DLLEXPORT int __cdecl _pgp_done(void); -extern "C" DLLEXPORT int __cdecl _pgp_open_keyrings(LPSTR,LPSTR); -extern "C" DLLEXPORT int __cdecl _pgp_close_keyrings(void); -extern "C" DLLEXPORT int __cdecl _pgp_get_version(void); -extern "C" DLLEXPORT LPSTR __cdecl _pgp_get_error(void); -extern "C" DLLEXPORT int __cdecl _pgp_size_keyid(void); -extern "C" DLLEXPORT PVOID __cdecl _pgp_select_keyid(HWND,LPSTR); -extern "C" DLLEXPORT LPSTR __cdecl _pgp_encrypt_keydb(LPCSTR,PVOID); -extern "C" DLLEXPORT LPSTR __cdecl _pgp_decrypt_keydb(LPCSTR); -//extern "C" DLLEXPORT int __cdecl _pgp_check_key(LPCSTR); -extern "C" DLLEXPORT LPSTR __cdecl _pgp_encrypt_key(LPCSTR,LPCSTR); -extern "C" DLLEXPORT LPSTR __cdecl _pgp_decrypt_key(LPCSTR,LPCSTR); - -/* -#undef RtlMoveMemory -#undef RtlFillMemory -#undef RtlZeroMemory - -NTSYSAPI VOID NTAPI RtlMoveMemory(VOID UNALIGNED *Destination, CONST VOID UNALIGNED *Source, SIZE_T Length); -NTSYSAPI VOID NTAPI RtlFillMemory(VOID UNALIGNED *Destination, SIZE_T Length, BYTE Fill); -NTSYSAPI VOID NTAPI RtlZeroMemory(VOID UNALIGNED *Destination, SIZE_T Length); -*/ -- cgit v1.2.3