mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 21:29:08 +08:00
0fe909718c
* [cryptopp] update to 7.0 * [cryptopp] Fix Linux builds
13 lines
300 B
Diff
13 lines
300 B
Diff
diff --git a/config.h b/config.h
|
|
index f06992a2..be6eda31 100644
|
|
--- a/config.h
|
|
+++ b/config.h
|
|
@@ -814,6 +814,7 @@ NAMESPACE_END
|
|
#endif
|
|
|
|
#ifdef CRYPTOPP_WIN32_AVAILABLE
|
|
+#include <winapifamily.h>
|
|
# if !defined(WINAPI_FAMILY)
|
|
# define THREAD_TIMER_AVAILABLE
|
|
# elif defined(WINAPI_FAMILY)
|