mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 12:23:25 +00:00
- Implement QueueUserAPC.
svn path=/trunk/; revision=11921
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user