Skip to content

Commit 0dde863

Browse files
committed
Define _WIN32_WINNT to 0x0602 for GetCurrentThreadStackLimits()
1 parent 92dcc0a commit 0dde863

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
@@ -5,7 +5,7 @@
55
/* Define the minimum supported version */
66
#undef _WIN32_WINNT
77
#undef NTDDI_VERSION
8-
#define _WIN32_WINNT 0x0601
8+
#define _WIN32_WINNT 0x0602
99
#define NTDDI_VERSION 0x06010000
1010

1111
/* Default PHP / PEAR directories */

0 commit comments

Comments
 (0)