Changeset 54006 in vbox for trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/common
- Timestamp:
- Jan 28, 2015 7:39:54 AM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 97911
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/common/VBoxMPUtils.cpp
r53008 r54006 60 60 LOG(("running on version %d.%d, build %d(checked=%d)", major, minor, build, (int)checkedBuild)); 61 61 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) 63 68 { 64 69 if (minor >= 4)
Note:
See TracChangeset
for help on using the changeset viewer.