Windows 10

This commit is contained in:
Barry Harris 2015-08-02 19:02:25 +00:00
parent 7b4b32cfef
commit 5c09c5f089
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@ int PrintOSInfo()
AddText(_T("Microsoft Windows Server Technical Preview "));
}
if (osvi.dwMajorVersion == 10 && osvi.dwMinorVersion == 0 && osvi.wProductType == VER_NT_WORKSTATION) {
AddText(_T("Microsoft Windows 10 Technical Preview "));
AddText(_T("Microsoft Windows 10 "));
}
if (osvi.dwMajorVersion == 5) {