Fix from brian for broken function

svn path=/trunk/; revision=75
This commit is contained in:
Rex Jolliff 1998-10-20 05:58:53 +00:00
parent dc5f3e0195
commit 267b8c4e8c

View file

@ -132,7 +132,7 @@ NTSTATUS STDCALL NtQueueApcThread(HANDLE ThreadHandle,
PVOID SystemArgument1,
PVOID SystemArgument2)
{
return(NtQueueApcThread(ThreadHandle,
return(ZwQueueApcThread(ThreadHandle,
ApcRoutine,
NormalContext,
SystemArgument1,