Commit b68737b6 authored by Ken Sharp's avatar Ken Sharp Committed by Alexandre Julliard

ntoskrnl: Add IoUnregisterFileSystem stub.

parent d5c3b44f
......@@ -1067,6 +1067,14 @@ VOID WINAPI IoRegisterFileSystem(PDEVICE_OBJECT DeviceObject)
}
/***********************************************************************
* IoUnregisterFileSystem (NTOSKRNL.EXE.@)
*/
VOID WINAPI IoUnregisterFileSystem(PDEVICE_OBJECT DeviceObject)
{
FIXME("(%p): stub\n", DeviceObject);
}
/***********************************************************************
* MmAllocateNonCachedMemory (NTOSKRNL.EXE.@)
*/
PVOID WINAPI MmAllocateNonCachedMemory( SIZE_T size )
......
......@@ -467,7 +467,7 @@
@ stub IoSynchronousInvalidateDeviceRelations
@ stub IoSynchronousPageWrite
@ stub IoThreadToProcess
@ stub IoUnregisterFileSystem
@ stdcall IoUnregisterFileSystem(ptr)
@ stub IoUnregisterFsRegistrationChange
@ stub IoUnregisterPlugPlayNotification
@ stub IoUnregisterShutdownNotification
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment