"Fix" NtUserGetThreadState

This commit is contained in:
momo5502
2025-02-07 18:37:43 +01:00
parent c94370cc5d
commit 8457a0ce5a

View File

@@ -2633,7 +2633,7 @@ namespace
NTSTATUS handle_NtUserGetThreadState()
{
return STATUS_NOT_SUPPORTED;
return 0;
}
NTSTATUS handle_NtIsUILanguageComitted()