summaryrefslogtreecommitdiff
path: root/include/apr.hw
diff options
context:
space:
mode:
authorwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2007-10-14 01:12:38 +0000
committerwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2007-10-14 01:12:38 +0000
commitf83606b9e07f8ae08a9ed645d8eeef7752ddf482 (patch)
tree5131896bf91acca4e1e02980b56e795a8626f5ab /include/apr.hw
parent3d48791e1451f12ab9dbdecd1ae88014dd25cb84 (diff)
downloadlibapr-f83606b9e07f8ae08a9ed645d8eeef7752ddf482.tar.gz
With the tests committed, introduce Win32 APR_FOPEN_SPARSE handling
and document the new flag. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@584465 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr.hw')
-rw-r--r--include/apr.hw4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/apr.hw b/include/apr.hw
index f63635a2d..03434f6bf 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 NT 4.0 header files by default
+/* Restrict the server to a subset of Windows 2000 header files by default
*/
-#define _WIN32_WINNT 0x0400
+#define _WIN32_WINNT 0x0500
#endif
#ifndef NOUSER
#define NOUSER