From: Pierre Joye Date: Sun, 4 Mar 2012 15:23:24 +0000 (+0000) Subject: - fix bug #54407, Incorrectly defined NTDDI_VERSION macro X-Git-Tag: PHP-5.4.1-RC1~26^2~41 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d85cc4a1a163fdffd96e9211f3f6ae0045a682de;p=php - fix bug #54407, Incorrectly defined NTDDI_VERSION macro --- 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"):""