Build fix for Windows

refs #10693
This commit is contained in:
Gunnar Beutner 2015-11-26 11:17:17 +01:00
parent ef0e03faf5
commit 3916ef0904
1 changed files with 1 additions and 1 deletions

View File

@ -1440,7 +1440,7 @@ static bool ReleaseHelper(String *platformName, String *platformVersion)
*platformName = "Windows";
if (platformVersion) {
String *platformVersion = "Vista";
*platformVersion = "Vista";
if (IsWindowsVistaSP1OrGreater())
*platformVersion = "Vista SP1";
if (IsWindowsVistaSP2OrGreater())