aboutsummaryrefslogtreecommitdiffstats
path: root/cmakeconfig.h.in
diff options
context:
space:
mode:
authorGraham Bloice <graham.bloice@trihedral.com>2018-03-01 23:18:17 +0000
committerGraham Bloice <graham.bloice@trihedral.com>2018-03-02 10:53:29 +0000
commit59b0d22ec00154a6a314a7f988e4b393d1f966ee (patch)
tree8a32545eeef3897e6208c0a4fd8b57ef62c121c5 /cmakeconfig.h.in
parent13bb4911af9e36d9b95a9db5d6d9e9058b710cff (diff)
Windows: Update target version info
Set the API target level to Win7, along with installer changes to match. Change-Id: Icd93964eadf93018c56218e3efdfed10b9f8959a Reviewed-on: https://code.wireshark.org/review/26218 Reviewed-by: Graham Bloice <graham.bloice@trihedral.com>
Diffstat (limited to 'cmakeconfig.h.in')
-rw-r--r--cmakeconfig.h.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmakeconfig.h.in b/cmakeconfig.h.in
index a7ab6bd4dd..30660c259a 100644
--- a/cmakeconfig.h.in
+++ b/cmakeconfig.h.in
@@ -411,11 +411,11 @@
# if defined(NTDDI_VERSION)
# error NTDDI_VERSION already defined.
# endif
-# define NTDDI_VERSION NTDDI_VISTA
+# define NTDDI_VERSION NTDDI_WIN7
# if defined(_WIN32_WINNT)
# error _WIN32_WINNT already defined.
# endif
-# define _WIN32_WINNT _WIN32_WINNT_VISTA
+# define _WIN32_WINNT _WIN32_WINNT_WIN7
/* WpdPack/INclude/pcap/pcap.h checks for "#if defined(WIN32)" */
# ifndef WIN32