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

Recognize Win 8, 8.1 and 10. #795

Merged
merged 2 commits into from Aug 27, 2015
Merged

Recognize Win 8, 8.1 and 10. #795

merged 2 commits into from Aug 27, 2015

Commits on Aug 26, 2015

  1. Recognize Win 8, 8.1 and 10.

    https://msdn.microsoft.com/en-us/library/windows/desktop/dn481241(v=vs.85).aspx
    Windows 8.1 and 10 require a manifest file or they will be reported as
    6.2 which is Windows 8.
    .
    Also add the information for Win 8, 8.1 and 10 in the WinMisc.cpp file.
    micove committed Aug 26, 2015
    Copy the full SHA
    45fc960 View commit details
    Browse the repository at this point in the history
  2. Fix Windows XP Home vs Pro detection.

    VER_SUITE_PERSONAL is set for XP Home therefore the check was backwards.
    micove committed Aug 26, 2015
    Copy the full SHA
    f29dd8b View commit details
    Browse the repository at this point in the history