mirror of
https://github.com/php/php-src.git
synced 2024-11-28 04:14:26 +08:00
- fix bug #54407, Incorrectly defined NTDDI_VERSION macro
This commit is contained in:
parent
ffded0020b
commit
ad8474c578
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user