mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 04:13:37 +00:00
- Added return values to some unimplemented functions.
svn path=/trunk/; revision=7040
This commit is contained in:
@@ -33,6 +33,7 @@ NTSTATUS STDCALL
|
||||
NtSetDefaultHardErrorPort(IN HANDLE PortHandle)
|
||||
{
|
||||
UNIMPLEMENTED;
|
||||
return(STATUS_NOT_IMPLEMENTED);
|
||||
}
|
||||
|
||||
/* EOF */
|
||||
|
||||
@@ -395,6 +395,7 @@ KiDoubleFaultHandler(VOID)
|
||||
|
||||
DbgPrint("\n");
|
||||
for(;;);
|
||||
return 0;
|
||||
}
|
||||
|
||||
VOID
|
||||
|
||||
Reference in New Issue
Block a user