mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 17:14:41 +00:00
Fix from brian for broken function
svn path=/trunk/; revision=75
This commit is contained in:
parent
dc5f3e0195
commit
267b8c4e8c
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ NTSTATUS STDCALL NtQueueApcThread(HANDLE ThreadHandle,
|
|||
PVOID SystemArgument1,
|
||||
PVOID SystemArgument2)
|
||||
{
|
||||
return(NtQueueApcThread(ThreadHandle,
|
||||
return(ZwQueueApcThread(ThreadHandle,
|
||||
ApcRoutine,
|
||||
NormalContext,
|
||||
SystemArgument1,
|
||||
|
|
Loading…
Reference in a new issue