mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Cosmetics
This commit is contained in:
parent
66d12ec92a
commit
0b34c06974
@ -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())
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user