Skip to content

Commit ad8474c

Browse files
committed
- fix bug #54407, Incorrectly defined NTDDI_VERSION macro
1 parent ffded00 commit ad8474c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

win32/build/config.w32.h.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
/* Define the minimum supported version */
77
#undef _WIN32_WINNT
88
#undef NTDDI_VERSION
9-
#define _WIN32_WINNT 0x502
9+
#define _WIN32_WINNT 0x0501
1010
#define NTDDI_VERSION 0x05010200
1111

1212
/* Default PHP / PEAR directories */

0 commit comments

Comments
 (0)