mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-19 03:33:56 +00:00
"Fix" NtUserGetThreadState
This commit is contained in:
@@ -2633,7 +2633,7 @@ namespace
|
||||
|
||||
NTSTATUS handle_NtUserGetThreadState()
|
||||
{
|
||||
return STATUS_NOT_SUPPORTED;
|
||||
return 0;
|
||||
}
|
||||
|
||||
NTSTATUS handle_NtIsUILanguageComitted()
|
||||
|
||||
Reference in New Issue
Block a user