Skip to content

Lowest supported Windows version #5961

@ongjunjie

Description

@ongjunjie

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions