summaryrefslogtreecommitdiff
path: root/win32/build
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2012-03-04 15:23:24 +0000
committerPierre Joye <pajoye@php.net>2012-03-04 15:23:24 +0000
commitd85cc4a1a163fdffd96e9211f3f6ae0045a682de (patch)
tree50e42b80e7514d3fbe2dfad7c85f8beb955dc5b2 /win32/build
parent3bc1455496bdc2307b0288bb3fad09b6dd61ac93 (diff)
downloadphp-git-d85cc4a1a163fdffd96e9211f3f6ae0045a682de.tar.gz
- fix bug #54407, Incorrectly defined NTDDI_VERSION macro
Diffstat (limited to 'win32/build')
-rw-r--r--win32/build/config.w32.h.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/build/config.w32.h.in b/win32/build/config.w32.h.in
index 45ffc9d326..3e804aa7e8 100644
--- a/win32/build/config.w32.h.in
+++ b/win32/build/config.w32.h.in
@@ -6,8 +6,8 @@
/* Define the minimum supported version */
#undef _WIN32_WINNT
#undef NTDDI_VERSION
-#define _WIN32_WINNT 0x500
-#define NTDDI_VERSION _WIN32_WIN2K
+#define _WIN32_WINNT 0x502
+#define NTDDI_VERSION 0x05010200
/* Default PHP / PEAR directories */
#define PHP_CONFIG_FILE_PATH (getenv("SystemRoot"))?getenv("SystemRoot"):""