ntoskrnl.exe: Add partial stub for IoFreeMdl.

This commit is contained in:
Christian Costa 2012-09-27 23:12:36 +02:00 committed by Alexandre Julliard
parent 2a278ef5e4
commit 5087cb192c
2 changed files with 12 additions and 1 deletions

View File

@ -408,6 +408,17 @@ PMDL WINAPI IoAllocateMdl( PVOID VirtualAddress, ULONG Length, BOOLEAN Secondary
}
/***********************************************************************
* IoFreeMdl (NTOSKRNL.EXE.@)
*/
VOID WINAPI IoFreeMdl(PMDL mdl)
{
FIXME("partial stub: %p\n", mdl);
HeapFree(GetProcessHeap(), 0, mdl);
}
/***********************************************************************
* IoAllocateWorkItem (NTOSKRNL.EXE.@)
*/

View File

@ -371,7 +371,7 @@
@ stub IoFreeController
@ stub IoFreeErrorLogEntry
@ stdcall IoFreeIrp(ptr)
@ stub IoFreeMdl
@ stdcall IoFreeMdl(ptr)
@ stub IoFreeWorkItem
@ stub IoGetAttachedDevice
@ stub IoGetAttachedDeviceReference