Commit 85214c56 authored by Jarkko Korpi's avatar Jarkko Korpi Committed by Alexandre Julliard

ntoskrnl: Add IoStopTimer stub.

parent a3d6d9c2
......@@ -682,6 +682,15 @@ void WINAPI IoStartTimer(PDEVICE_OBJECT DeviceObject)
/***********************************************************************
* IoStopTimer (NTOSKRNL.EXE.@)
*/
void WINAPI IoStopTimer(PDEVICE_OBJECT DeviceObject)
{
FIXME( "stub: %p\n", DeviceObject );
}
/***********************************************************************
* IoAllocateIrp (NTOSKRNL.EXE.@)
*/
PIRP WINAPI IoAllocateIrp( CCHAR stack_size, BOOLEAN charge_quota )
......
......@@ -463,7 +463,7 @@
@ stub IoStartPacket
@ stdcall IoStartTimer(ptr)
@ stub IoStatisticsLock
@ stub IoStopTimer
@ stdcall IoStopTimer(ptr)
@ stub IoSynchronousInvalidateDeviceRelations
@ stub IoSynchronousPageWrite
@ stub IoThreadToProcess
......
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