Fix failing checks

This commit is contained in:
Igor Pissolati
2025-04-22 02:35:54 -03:00
parent 7e93f5d7f6
commit bd8818c335
5 changed files with 6 additions and 4 deletions

View File

@@ -124,7 +124,8 @@ namespace syscalls
case SystemTimeZoneInformation:
case SystemCurrentTimeZoneInformation:
return handle_query<SYSTEM_TIMEZONE_INFORMATION>(
c.emu, system_information, system_information_length, return_length, [&](SYSTEM_TIMEZONE_INFORMATION& tzi) {
c.emu, system_information, system_information_length, return_length,
[&](SYSTEM_TIMEZONE_INFORMATION& tzi) {
memset(&tzi, 0, sizeof(tzi));
tzi.Bias = -60;