diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-07-02 16:09:37 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-07-02 16:09:37 +0000 |
commit | 6f85b1efe0a8429089c1a74e14b9823145ccd926 (patch) | |
tree | b6abce344f2a304e2755d41af5596fac7cf115ac /plugins/CryptoPP/commonheaders.h | |
parent | 332a1c985d268f1e41bfac146fc80c9ccbb93c85 (diff) |
cryptopp project adjustment (64-bit still problematic)
git-svn-id: http://svn.miranda-ng.org/main/trunk@719 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/CryptoPP/commonheaders.h')
-rw-r--r-- | plugins/CryptoPP/commonheaders.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CryptoPP/commonheaders.h b/plugins/CryptoPP/commonheaders.h index 198b9539fb..5e2215ea3c 100644 --- a/plugins/CryptoPP/commonheaders.h +++ b/plugins/CryptoPP/commonheaders.h @@ -1,5 +1,5 @@ // Windows API
-
+#define _CRT_NONSTDC_NO_DEPRECATE
#define WIN32_LEAN_AND_MEAN
#define NETLIB_LOG
#define CRYPTOPP_DEFAULT_NO_DLL
|