mirror of
https://github.com/php/php-src.git
synced 2026-04-04 06:32:49 +02:00
- fix bug #54407, Incorrectly defined NTDDI_VERSION macro
This commit is contained 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"):""
|
||||
|
||||
Reference in New Issue
Block a user