diff options
author | Pierre Joye <pajoye@php.net> | 2012-03-04 22:15:12 +0000 |
---|---|---|
committer | Pierre Joye <pajoye@php.net> | 2012-03-04 22:15:12 +0000 |
commit | 3a24a0b76ef12d9dfafb6b2078cfd4b3013b8494 (patch) | |
tree | bbb06a39268bda4bf8014630eca602dab83c76eb /win32/build | |
parent | 02592974b4caa47364bbedf8760feb50cbfa9a81 (diff) | |
download | php-git-3a24a0b76ef12d9dfafb6b2078cfd4b3013b8494.tar.gz |
- fix bug #54407, Incorrectly defined NTDDI_VERSION macro
Diffstat (limited to 'win32/build')
-rw-r--r-- | win32/build/config.w32.h.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/build/config.w32.h.in b/win32/build/config.w32.h.in index 3e804aa7e8..3b636e195b 100644 --- a/win32/build/config.w32.h.in +++ b/win32/build/config.w32.h.in @@ -6,7 +6,7 @@ /* Define the minimum supported version */ #undef _WIN32_WINNT #undef NTDDI_VERSION -#define _WIN32_WINNT 0x502 +#define _WIN32_WINNT 0x0501 #define NTDDI_VERSION 0x05010200 /* Default PHP / PEAR directories */ |