Added unimplemented message to unimplemented functions

svn path=/trunk/; revision=89
This commit is contained in:
Rex Jolliff
1998-11-07 20:29:46 +00:00
parent 7499a5965d
commit a998ae77b0

View File

@@ -21,6 +21,7 @@ VOID ExCallUserCallBack(PVOID fn)
* FUNCTION: Transfer control to a user callback
*/
{
UNIMPLEMENTED;
}
NTSTATUS STDCALL NtCallbackReturn(VOID)