-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Description
The stack size expansion routine introduced in 59a04e4 uses the function GetCurrentThreadStackLimits. As this Windows API is only appered after Windows 8, or Windows Server 2012, the resulting binary can't run on Windows 7.
For now, support for Windows 7 can be easily restored by removing the check for remaining stack space and always expand the stack. The question to the dev team is should it be done? Understandably, supporting legacy systems require extra effort and resources. If the decision is to drop support for Windows 7 and earlier, it may a good idea to explicitly mention it somewhere.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels