Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: add manifest file to correctly determine Windows version #21953

Merged
merged 1 commit into from
Jan 23, 2023

Commits on Jan 23, 2023

  1. fix: add manifest file to correctly determine current Windows version

    In Windows 8.1 and later, GetVersionEx does not automatically give the
    correct information if a manifest file doesn't explicitly mention we
    support that version. This will enable further detection for Windows 8.1
    and Windows 10/11 when using windowsversion(), with an easy way to add
    future versions. A list of all operating system versions can be found
    here:
    https://learn.microsoft.com/en-us/windows/win32/sysinfo/operating-system-version
    dundargoc committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    aff684e View commit details
    Browse the repository at this point in the history