ntoskrnl.exe: Add stub for IoAcquireCancelSpinLock and IoReleaseCancelSpinLock.

oldstable
Christian Costa 2012-10-02 06:36:52 +02:00 committed by Alexandre Julliard
parent 57019615b5
commit 84465b420b
2 changed files with 20 additions and 2 deletions

View File

@ -283,6 +283,24 @@ NTSTATUS CDECL wine_ntoskrnl_main_loop( HANDLE stop_event )
}
/***********************************************************************
* IoAcquireCancelSpinLock (NTOSKRNL.EXE.@)
*/
void WINAPI IoAcquireCancelSpinLock(PKIRQL irql)
{
FIXME("(%p): stub\n", irql);
}
/***********************************************************************
* IoReleaseCancelSpinLock (NTOSKRNL.EXE.@)
*/
void WINAPI IoReleaseCancelSpinLock(PKIRQL irql)
{
FIXME("(%p): stub\n", irql);
}
/***********************************************************************
* IoAllocateDriverObjectExtension (NTOSKRNL.EXE.@)
*/

View File

@ -303,7 +303,7 @@
@ stub InbvSetTextColor
@ stub InbvSolidColorFill
@ stub InitSafeBootMode
@ stub IoAcquireCancelSpinLock
@ stdcall IoAcquireCancelSpinLock(ptr)
@ stub IoAcquireRemoveLockEx
@ stub IoAcquireVpbSpinLock
@ stub IoAdapterObjectType
@ -432,7 +432,7 @@
@ stub IoRegisterLastChanceShutdownNotification
@ stub IoRegisterPlugPlayNotification
@ stdcall IoRegisterShutdownNotification(ptr)
@ stub IoReleaseCancelSpinLock
@ stdcall IoReleaseCancelSpinLock(ptr)
@ stub IoReleaseRemoveLockAndWaitEx
@ stub IoReleaseRemoveLockEx
@ stub IoReleaseVpbSpinLock