mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
Fix from brian for broken function
svn path=/trunk/; revision=75
This commit is contained in:
@@ -132,7 +132,7 @@ NTSTATUS STDCALL NtQueueApcThread(HANDLE ThreadHandle,
|
||||
PVOID SystemArgument1,
|
||||
PVOID SystemArgument2)
|
||||
{
|
||||
return(NtQueueApcThread(ThreadHandle,
|
||||
return(ZwQueueApcThread(ThreadHandle,
|
||||
ApcRoutine,
|
||||
NormalContext,
|
||||
SystemArgument1,
|
||||
|
||||
Reference in New Issue
Block a user