From a70e82bdab945dd50be27ea36899f724f4658954 Mon Sep 17 00:00:00 2001 From: wrowe Date: Thu, 12 Jun 2008 16:32:51 +0000 Subject: This should not be necessary, but SDK 6.1 headers were broken (post Visual Studio 2005) git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.3.x@667153 13f79535-47bb-0310-9956-ffa450edef68 --- include/apr.hw | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/apr.hw b/include/apr.hw index a1cffb539..d391ca2ac 100644 --- a/include/apr.hw +++ b/include/apr.hw @@ -76,9 +76,9 @@ #endif #ifndef _WIN32_WINNT -/* Restrict the server to a subset of Windows 2000 header files by default +/* Restrict the server to a subset of Windows XP header files by default */ -#define _WIN32_WINNT 0x0500 +#define _WIN32_WINNT 0x0501 #endif #ifndef NOUSER #define NOUSER -- cgit v1.2.1