VirtualBox

Changeset 53009 in vbox


Ignore:
Timestamp:
Oct 9, 2014 12:16:37 PM (10 years ago)
Author:
vboxsync
Message:

IPRT: Windows 10 OS type.

Location:
trunk/src/VBox/Runtime/r3/win
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/win/RTSystemQueryOSInfo-win.cpp

    r50976 r53009  
    217217                case kRTWinOSType_8:            strcpy(szTmp, "Windows 8"); break;
    218218                case kRTWinOSType_81:           strcpy(szTmp, "Windows 8.1"); break;
     219                case kRTWinOSType_10:           strcpy(szTmp, "Windows 10"); break;
    219220
    220221                case kRTWinOSType_NT_UNKNOWN:
  • trunk/src/VBox/Runtime/r3/win/init-win.cpp

    r51037 r53009  
    161161                 && dwMinorVersion == 3)
    162162            enmVer = kRTWinOSType_81;
     163        else if (   dwMajorVersion == 6
     164                 && dwMinorVersion == 4)
     165            enmVer = kRTWinOSType_10;
    163166        else
    164167            enmVer = kRTWinOSType_NT_UNKNOWN;
  • trunk/src/VBox/Runtime/r3/win/internal-r3-win.h

    r50976 r53009  
    4141    kRTWinOSType_8,
    4242    kRTWinOSType_81,
     43    kRTWinOSType_10,
    4344    kRTWinOSType_NT_UNKNOWN = 199,
    4445    kRTWinOSType_NT_LAST    = kRTWinOSType_UNKNOWN
Note: See TracChangeset for help on using the changeset viewer.

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