diff options
author | George Hazan <george.hazan@gmail.com> | 2013-06-11 17:55:41 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-06-11 17:55:41 +0000 |
commit | d0375f21b48603e2a7b0bb8536e0c62ab195a177 (patch) | |
tree | 4e649eba38146e44aeb64e6bee9a3cdb216d09b3 /plugins/CryptoPP/src/PGPw/sdk8 | |
parent | 2fbe1d2262383b272ef887d712f308f787cf33f1 (diff) |
missing file added
git-svn-id: http://svn.miranda-ng.org/main/trunk@4918 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/CryptoPP/src/PGPw/sdk8')
-rw-r--r-- | plugins/CryptoPP/src/PGPw/sdk8/include/pgpBase.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/CryptoPP/src/PGPw/sdk8/include/pgpBase.h b/plugins/CryptoPP/src/PGPw/sdk8/include/pgpBase.h index 53a1df46e7..38122bca7f 100644 --- a/plugins/CryptoPP/src/PGPw/sdk8/include/pgpBase.h +++ b/plugins/CryptoPP/src/PGPw/sdk8/include/pgpBase.h @@ -221,9 +221,6 @@ typedef unsigned int PGPUInt; #if PGP_WIN32 #if defined(_WIN64) - #if PGP_HAVE_64_HARDWARE==0 - #error "Configuration error: PGP_HAVE_64_HARDWARE must be 1 for WIN64" - #endif typedef __int64 PGPLong; typedef unsigned __int64 PGPULong; #else |