ntoskrnl: Add IoUnregisterFileSystem stub.
This commit is contained in:
parent
d5c3b44fc2
commit
b68737b6be
|
@ -1066,6 +1066,14 @@ VOID WINAPI IoRegisterFileSystem(PDEVICE_OBJECT DeviceObject)
|
|||
FIXME("(%p): stub\n", DeviceObject);
|
||||
}
|
||||
|
||||
/***********************************************************************
|
||||
* IoUnregisterFileSystem (NTOSKRNL.EXE.@)
|
||||
*/
|
||||
VOID WINAPI IoUnregisterFileSystem(PDEVICE_OBJECT DeviceObject)
|
||||
{
|
||||
FIXME("(%p): stub\n", DeviceObject);
|
||||
}
|
||||
|
||||
/***********************************************************************
|
||||
* MmAllocateNonCachedMemory (NTOSKRNL.EXE.@)
|
||||
*/
|
||||
|
|
|
@ -467,7 +467,7 @@
|
|||
@ stub IoSynchronousInvalidateDeviceRelations
|
||||
@ stub IoSynchronousPageWrite
|
||||
@ stub IoThreadToProcess
|
||||
@ stub IoUnregisterFileSystem
|
||||
@ stdcall IoUnregisterFileSystem(ptr)
|
||||
@ stub IoUnregisterFsRegistrationChange
|
||||
@ stub IoUnregisterPlugPlayNotification
|
||||
@ stub IoUnregisterShutdownNotification
|
||||
|
|
Loading…
Reference in New Issue