aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.win32
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 /config.h.win32
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 'config.h.win32')
-rw-r--r--config.h.win324
1 files changed, 2 insertions, 2 deletions
diff --git a/config.h.win32 b/config.h.win32
index d4c2e9bb69..2db0fed132 100644
--- a/config.h.win32
+++ b/config.h.win32
@@ -232,8 +232,8 @@
/* Visual C 9 (2008), Visual C 10 (2010) and Visual C 11 (2012) and Visual C 12 (2013) 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
#define strncasecmp strnicmp