- Added return values to some unimplemented functions.

svn path=/trunk/; revision=7040
This commit is contained in:
Hartmut Birr
2003-12-14 17:51:41 +00:00
parent e9568da21e
commit 092d37b773
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -33,6 +33,7 @@ NTSTATUS STDCALL
NtSetDefaultHardErrorPort(IN HANDLE PortHandle)
{
UNIMPLEMENTED;
return(STATUS_NOT_IMPLEMENTED);
}
/* EOF */
+1
View File
@@ -395,6 +395,7 @@ KiDoubleFaultHandler(VOID)
DbgPrint("\n");
for(;;);
return 0;
}
VOID