summaryrefslogtreecommitdiff
path: root/fipstest.cpp
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2016-05-17 02:02:35 -0400
committerJeffrey Walton <noloader@gmail.com>2016-05-17 02:02:35 -0400
commit20380f488be01a5538c77a2afab45596b6a1e02f (patch)
treee7b5b3670391eaea6e5d170faf9d2714c36b7d40 /fipstest.cpp
parent5e719b95bb472dabfa53c1feb6d1383754697a98 (diff)
downloadcryptopp-git-20380f488be01a5538c77a2afab45596b6a1e02f.tar.gz
Removed extra test for WINAPI_FAMILY
Diffstat (limited to 'fipstest.cpp')
-rw-r--r--fipstest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/fipstest.cpp b/fipstest.cpp
index 46af6dd1..1050892f 100644
--- a/fipstest.cpp
+++ b/fipstest.cpp
@@ -14,7 +14,7 @@
// Simply disable CRYPTOPP_WIN32_AVAILABLE for Windows Phone and Windows Store apps
#ifdef CRYPTOPP_WIN32_AVAILABLE
-# if defined(WINAPI_FAMILY) && defined(WINAPI_FAMILY_PARTITION)
+# if defined(WINAPI_FAMILY)
# if !(WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP))
# undef CRYPTOPP_WIN32_AVAILABLE
# endif