mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-23 13:45:04 +02:00
parent
ef0e03faf5
commit
3916ef0904
@ -1440,7 +1440,7 @@ static bool ReleaseHelper(String *platformName, String *platformVersion)
|
|||||||
*platformName = "Windows";
|
*platformName = "Windows";
|
||||||
|
|
||||||
if (platformVersion) {
|
if (platformVersion) {
|
||||||
String *platformVersion = "Vista";
|
*platformVersion = "Vista";
|
||||||
if (IsWindowsVistaSP1OrGreater())
|
if (IsWindowsVistaSP1OrGreater())
|
||||||
*platformVersion = "Vista SP1";
|
*platformVersion = "Vista SP1";
|
||||||
if (IsWindowsVistaSP2OrGreater())
|
if (IsWindowsVistaSP2OrGreater())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user