- Implement QueueUserAPC.

svn path=/trunk/; revision=11921
This commit is contained in:
Filip Navara 2004-12-04 19:45:56 +00:00
parent 8ea045450c
commit 7b11cf526c

View file

@ -1,4 +1,4 @@
/* $Id: stubs.c,v 1.96 2004/12/04 19:28:47 weiden Exp $
/* $Id: stubs.c,v 1.97 2004/12/04 19:45:56 navaraf Exp $
*
* KERNEL32.DLL stubs (STUB functions)
* Remove from this file, if you implement them.
@ -787,21 +787,6 @@ QueryActCtxW(
return 0;
}
/*
* @unimplemented
*/
DWORD
STDCALL
QueueUserAPC(
PAPCFUNC pfnAPC,
HANDLE hThread,
ULONG_PTR dwData
)
{
STUB;
return 0;
}
/*
* @unimplemented
*/