Cosmetics

This commit is contained in:
Brian Ferguson 2014-02-13 01:22:04 -07:00
parent 66d12ec92a
commit 0b34c06974

View File

@ -32,8 +32,7 @@ LPCWSTR GetPlatformName(bool getExtendedInfo)
OSVERSIONINFOEX osvi = { sizeof(OSVERSIONINFOEX) }; OSVERSIONINFOEX osvi = { sizeof(OSVERSIONINFOEX) };
if (GetVersionEx((OSVERSIONINFO*)&osvi)) if (GetVersionEx((OSVERSIONINFO*)&osvi))
{ {
// Note: Place newer versions at the top. Service pack helper functions are commented out for // Note: Place newer versions at the top.
// backward compatibility with the SysInfo plugin.
if (IsWindows8Point1OrGreater()) if (IsWindows8Point1OrGreater())
{ {