mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +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 SystemArgument1,
|
||||||
PVOID SystemArgument2)
|
PVOID SystemArgument2)
|
||||||
{
|
{
|
||||||
return(NtQueueApcThread(ThreadHandle,
|
return(ZwQueueApcThread(ThreadHandle,
|
||||||
ApcRoutine,
|
ApcRoutine,
|
||||||
NormalContext,
|
NormalContext,
|
||||||
SystemArgument1,
|
SystemArgument1,
|
||||||
|
|
Loading…
Reference in a new issue