diff options
Diffstat (limited to 'include/apr.hw')
-rw-r--r-- | include/apr.hw | 4 |
1 files 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 |