Fix failed check

This commit is contained in:
Igor Pissolati
2025-04-19 17:12:27 -03:00
parent c702bedaee
commit d8f8bd07f9

View File

@@ -651,7 +651,7 @@ namespace syscalls
NTSTATUS handle_NtUserGetProcessWindowStation()
{
return NULL;
return 0;
}
}