- fix bug #54407, Incorrectly defined NTDDI_VERSION macro

This commit is contained in:
Pierre Joye 2012-03-04 22:15:12 +00:00
parent ffded0020b
commit ad8474c578

View File

@ -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 */