mirror of
https://github.com/reactos/reactos.git
synced 2026-07-01 04:24:24 +08:00
Added unimplemented message to unimplemented functions
svn path=/trunk/; revision=89
This commit is contained in:
@@ -21,6 +21,7 @@ VOID ExCallUserCallBack(PVOID fn)
|
||||
* FUNCTION: Transfer control to a user callback
|
||||
*/
|
||||
{
|
||||
UNIMPLEMENTED;
|
||||
}
|
||||
|
||||
NTSTATUS STDCALL NtCallbackReturn(VOID)
|
||||
|
||||
Reference in New Issue
Block a user