mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-23 05:31:03 +00:00
Prepare APC support
This commit is contained in:
@@ -413,10 +413,10 @@ namespace syscalls
|
||||
return STATUS_NOT_SUPPORTED;
|
||||
}
|
||||
|
||||
NTSTATUS handle_NtTestAlert()
|
||||
NTSTATUS handle_NtTestAlert(const syscall_context& c)
|
||||
{
|
||||
// puts("NtTestAlert not supported");
|
||||
return STATUS_NOT_SUPPORTED;
|
||||
c.win_emu.yield_thread(true);
|
||||
return STATUS_SUCCESS;
|
||||
}
|
||||
|
||||
NTSTATUS handle_NtUserSystemParametersInfo()
|
||||
|
||||
Reference in New Issue
Block a user