mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-11 16:46:16 +00:00
Fix gdi init stati
This commit is contained in:
@@ -2472,12 +2472,13 @@ namespace
|
||||
}
|
||||
});
|
||||
|
||||
return STATUS_SUCCESS;
|
||||
return STATUS_WAIT_1;
|
||||
}
|
||||
|
||||
NTSTATUS handle_NtGdiInit2(const syscall_context& c)
|
||||
{
|
||||
return handle_NtGdiInit(c);
|
||||
handle_NtGdiInit(c);
|
||||
return STATUS_NOT_SUPPORTED;
|
||||
}
|
||||
|
||||
NTSTATUS handle_NtGetMUIRegistryInfo()
|
||||
|
||||
Reference in New Issue
Block a user