1
0
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:
Pierre Joye
2012-03-04 15:23:24 +00:00
parent 3bc1455496
commit d85cc4a1a1

View File

@@ -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"):""