Commit 2e807d4b authored by Gijs Vermeulen's avatar Gijs Vermeulen Committed by Alexandre Julliard

ntoskrnl: Add ExReleaseResourceLite stub.

parent 90aea35b
......@@ -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);
}
......@@ -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
......
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