aboutsummaryrefslogtreecommitdiffstats
path: root/cmakeconfig.h.in
diff options
context:
space:
mode:
authorGraham Bloice <graham.bloice@trihedral.com>2014-06-21 00:37:58 +0100
committerMichael Mann <mmann78@netscape.net>2014-06-21 18:09:39 +0000
commit554c902bf04e8be122855220c56ed17aea899af3 (patch)
tree858f5a10da9032988a91841c308d647d2838825e /cmakeconfig.h.in
parenta1112249fa5c050646c3093509e8883dca622215 (diff)
Move the Windows build target OS definitions to Win XP
This doesn't preclude use on < XP but does potentially allow use of API's that don't exist on Win2K, and doing so would then stop the exe from running on 2K. Change-Id: I08b58bd510b832ddabbb717dd73eb7a89264048e Reviewed-on: https://code.wireshark.org/review/2504 Reviewed-by: Evan Huus <eapache@gmail.com> Reviewed-by: Michael Mann <mmann78@netscape.net>
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 51bb88cd3e..7de13b52e4 100644
--- a/cmakeconfig.h.in
+++ b/cmakeconfig.h.in
@@ -397,8 +397,8 @@
* need these prototypes
* XXX: Can we use MSC_VER >= 1500 ?? */
# if _MSC_VER == 1500 || _MSC_VER == 1600 || _MSC_VER == 1700 || _MSC_VER == 1800
-# define NTDDI_VERSION NTDDI_WIN2K
-# define _WIN32_WINNT _WIN32_WINNT_WIN2K
+# define NTDDI_VERSION NTDDI_WINXPSP3
+# define _WIN32_WINNT _WIN32_WINNT_WINXP
# endif
/*