summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2019-01-05 09:54:42 -0500
committerJeffrey Walton <noloader@gmail.com>2019-01-05 09:54:42 -0500
commit0538af517332412f6e98831cb311255ea4559ff8 (patch)
tree9005a8c6cdf092064c734a2a6f83558cba32a1ad /config.h
parent6520ac2e2b6e4224158e2360a6504e372ac4434b (diff)
downloadcryptopp-git-0538af517332412f6e98831cb311255ea4559ff8.tar.gz
Update comments
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 7e9d448b..ee076fa8 100644
--- a/config.h
+++ b/config.h
@@ -921,7 +921,7 @@ NAMESPACE_END
#ifndef NO_OS_DEPENDENCE
-#if defined(_WIN32) || defined(__CYGWIN__)
+#if defined(_WIN32) || defined(_WIN64) || defined(__CYGWIN__)
#define CRYPTOPP_WIN32_AVAILABLE
#endif