Fixed build errors

This commit is contained in:
acidicoala
2025-08-19 00:40:42 +05:00
parent b170fd2276
commit 3978006e12
17 changed files with 257 additions and 183 deletions

View File

@@ -80,8 +80,8 @@ namespace {
return false;
}
// Verify that it's steam from valve, and not some other executable coincidentally named
// steam
// Verify that it's steam from valve,
// and not some other executable coincidentally named steam
const HMODULE steam_handle = koalabox::win_util::get_module_handle_or_throw(nullptr);
const auto manifest = koalabox::win_util::get_module_manifest(steam_handle);