VirtualBox

Ignore:
Timestamp:
Jan 28, 2015 7:39:54 AM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
97911
Message:

Windows additions: OS version check fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/common/VBoxMPUtils.cpp

    r53008 r54006  
    6060    LOG(("running on version %d.%d, build %d(checked=%d)", major, minor, build, (int)checkedBuild));
    6161
    62     if (major == 6)
     62    if (major > 6)
     63    {
     64        /* Everything newer than Windows 8.1, i.e. Windows 10 with major == 10. */
     65        s_WinVersion = WINVERSION_10;
     66    }
     67    else if (major == 6)
    6368    {
    6469        if (minor >= 4)
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette