Skip to content

Commit

Permalink
Merge pull request #13172 from Rechi/fixWindowsTestSuite
Browse files Browse the repository at this point in the history
[windows] fix test suite after 40b368c
  • Loading branch information
Rechi committed Dec 11, 2017
2 parents bc44908 + d6e121e commit d790c26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xbmc/utils/SystemInfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -706,6 +706,7 @@ std::string CSysInfo::GetOsPrettyNameWithVersion(void)
osNameVer.append("Server 2012 R2");
break;
case WindowsVersionWin10:
case WindowsVersionWin10_FCU:
if (osvi.wProductType == VER_NT_WORKSTATION)
osNameVer.append("10");
else
Expand Down

0 comments on commit d790c26

Please sign in to comment.