diff --git a/src/ui/hooks/PlayLayer.h b/src/ui/hooks/PlayLayer.h index bbd7d27..1adb0fc 100644 --- a/src/ui/hooks/PlayLayer.h +++ b/src/ui/hooks/PlayLayer.h @@ -51,7 +51,7 @@ class $modify(MyPlayLayer, PlayLayer){ Utils::trim(m_fields->cocosVersion); Utils::trim(m_fields->cpuName); - #ifndef GEODE_IS_ANDROID + #ifdef GEODE_IS_WINDOWS MEMORYSTATUSEX memInfo; memInfo.dwLength = sizeof(MEMORYSTATUSEX);