From d85cc4a1a163fdffd96e9211f3f6ae0045a682de Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Sun, 4 Mar 2012 15:23:24 +0000 Subject: [PATCH] - fix bug #54407, Incorrectly defined NTDDI_VERSION macro --- win32/build/config.w32.h.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/win32/build/config.w32.h.in b/win32/build/config.w32.h.in index 45ffc9d326b..3e804aa7e8a 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"):""