Changeset 58952 in vbox for trunk/src/VBox/Runtime/r3
- Timestamp:
- Dec 2, 2015 1:52:15 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/win/init-win.cpp
r58949 r58952 183 183 && dwMinorVersion == 0)) 184 184 { 185 (bProductType != VER_NT_WORKSTATION)185 if (bProductType != VER_NT_WORKSTATION) 186 186 enmVer = kRTWinOSType_2016; 187 187 else
Note:
See TracChangeset
for help on using the changeset viewer.