ntoskrnl: Add ExReleaseResourceLite stub.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=45800
Signed-off-by: Gijs Vermeulen <gijsvrm@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Gijs Vermeulen 2018-09-11 04:12:12 +02:00 committed by Alexandre Julliard
parent 90aea35b9e
commit 2e807d4bf5
2 changed files with 6 additions and 1 deletions

View File

@ -3986,3 +3986,8 @@ NTSTATUS WINAPI DbgQueryDebugFilterState(ULONG component, ULONG level)
FIXME("stub: %d %d\n", component, level);
return STATUS_NOT_IMPLEMENTED;
}
void WINAPI ExReleaseResourceLite(PERESOURCE resource)
{
FIXME("stub: %p\n", resource);
}

View File

@ -9,7 +9,7 @@
@ stdcall -norelay ExInterlockedPushEntrySList (ptr ptr ptr) NTOSKRNL_ExInterlockedPushEntrySList
@ stub ExReInitializeRundownProtection
@ stdcall -norelay ExReleaseFastMutexUnsafe(ptr)
@ stub ExReleaseResourceLite
@ stdcall ExReleaseResourceLite(ptr)
@ stub ExReleaseRundownProtection
@ stub ExReleaseRundownProtectionEx
@ stub ExRundownCompleted