mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-18 19:23:56 +00:00
Fix failed check
This commit is contained in:
@@ -651,7 +651,7 @@ namespace syscalls
|
||||
|
||||
NTSTATUS handle_NtUserGetProcessWindowStation()
|
||||
{
|
||||
return NULL;
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user