summaryrefslogtreecommitdiff
path: root/plugins/CryptoPP/src/commonheaders.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2013-05-29 14:04:14 +0000
committerGeorge Hazan <george.hazan@gmail.com>2013-05-29 14:04:14 +0000
commit8a6cd84bd31d9f5bbcc5f2256e156ed37326cf9b (patch)
treeeda7cae5c35e331d4c04dfb11cc2c6f17418e912 /plugins/CryptoPP/src/commonheaders.h
parentbd3493f9fe92b2bfdcd30f3a63dcab2c608d0606 (diff)
no more WIN64, only _WIN64
git-svn-id: http://svn.miranda-ng.org/main/trunk@4832 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/CryptoPP/src/commonheaders.h')
-rw-r--r--plugins/CryptoPP/src/commonheaders.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CryptoPP/src/commonheaders.h b/plugins/CryptoPP/src/commonheaders.h
index d6eae14c33..aa2b79c773 100644
--- a/plugins/CryptoPP/src/commonheaders.h
+++ b/plugins/CryptoPP/src/commonheaders.h
@@ -9,7 +9,7 @@
#define _CRT_SECURE_NO_WARNINGS
#define _SCL_SECURE_NO_WARNINGS
#define NOMINMAX
- #ifndef WIN64
+ #ifndef _WIN64
#define _USE_32BIT_TIME_T
#endif
#endif