mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 20:05:41 +00:00
- Implement QueueUserAPC.
svn path=/trunk/; revision=11921
This commit is contained in:
parent
8ea045450c
commit
7b11cf526c
1 changed files with 1 additions and 16 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue