summaryrefslogtreecommitdiffstats
path: root/cmakeconfig.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'cmakeconfig.h.in')
-rw-r--r--cmakeconfig.h.in8
1 files changed, 5 insertions, 3 deletions
diff --git a/cmakeconfig.h.in b/cmakeconfig.h.in
index 4fc78fe..5afe3a8 100644
--- a/cmakeconfig.h.in
+++ b/cmakeconfig.h.in
@@ -357,15 +357,17 @@
* for our needs.
* This should match the following:
* - The <compatibility><application> section in resources\wireshark.exe.manifest.in
- * - The GetWindowsVersion parts of packaging\nsis\wireshark.nsi
+ * - The WinVer parts of packaging\nsis\wireshark.nsi
* - The VersionNT parts of packaging\wix\Prerequisites.wxi
*/
# ifndef NTDDI_VERSION
-# define NTDDI_VERSION NTDDI_WIN7
+// # define NTDDI_VERSION NTDDI_WIN7
+# define NTDDI_VERSION NTDDI_WIN10
# endif
# ifndef _WIN32_WINNT
-# define _WIN32_WINNT _WIN32_WINNT_WIN7
+// # define _WIN32_WINNT _WIN32_WINNT_WIN7
+# define _WIN32_WINNT _WIN32_WINNT_WIN10
# endif
#endif