summaryrefslogtreecommitdiffstats
path: root/src/3rdparty
diff options
context:
space:
mode:
authorØystein Heskestad <oystein.heskestad@qt.io>2022-02-08 15:19:04 +0100
committerØystein Heskestad <oystein.heskestad@qt.io>2022-02-15 15:44:51 +0100
commit6deded8bc42d5275c08039812c388a3c593244df (patch)
tree130e2fea0956d8d897c32e7fcef8cd930cdaaa15 /src/3rdparty
parentb55f10b2a05a328674aa39e8f7554963ab181278 (diff)
Change third party SHA-3 implementation to use
Task-number: QTBUG-71327 Change-Id: I14fef2a6f66dfb26f635cc7b6bde2b7cbf733ea7 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Diffstat (limited to 'src/3rdparty')
-rw-r--r--src/3rdparty/SHA-3/targetver.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/3rdparty/SHA-3/targetver.h b/src/3rdparty/SHA-3/targetver.h
new file mode 100644
index 0000000000..87c0086de7
--- /dev/null
+++ b/src/3rdparty/SHA-3/targetver.h
@@ -0,0 +1,8 @@
+#pragma once
+
+// Including SDKDDKVer.h defines the highest available Windows platform.
+
+// If you wish to build your application for a previous Windows platform, include WinSDKVer.h and
+// set the _WIN32_WINNT macro to the platform you wish to support before including SDKDDKVer.h.
+
+#include <SDKDDKVer.h>