mirror of
https://github.com/reactos/reactos.git
synced 2025-04-30 02:58:48 +00:00
Added unimplemented message to unimplemented functions
svn path=/trunk/; revision=89
This commit is contained in:
parent
7499a5965d
commit
a998ae77b0
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ VOID ExCallUserCallBack(PVOID fn)
|
||||||
* FUNCTION: Transfer control to a user callback
|
* FUNCTION: Transfer control to a user callback
|
||||||
*/
|
*/
|
||||||
{
|
{
|
||||||
|
UNIMPLEMENTED;
|
||||||
}
|
}
|
||||||
|
|
||||||
NTSTATUS STDCALL NtCallbackReturn(VOID)
|
NTSTATUS STDCALL NtCallbackReturn(VOID)
|
||||||
|
|
Loading…
Reference in a new issue