ntoskrnl.exe: Add ExDeleteResourceLite stub.

Signed-off-by: Austin English <austinenglish@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Austin English 2015-11-08 23:30:11 -06:00 committed by Alexandre Julliard
parent 08384597fb
commit 1db28d439e
2 changed files with 10 additions and 1 deletions

View File

@ -2289,6 +2289,15 @@ BOOLEAN WINAPI ExAcquireResourceExclusiveLite( PERESOURCE resource, BOOLEAN wait
return TRUE;
}
/***********************************************************************
* ExDeleteResourceLite (NTOSKRNL.EXE.@)
*/
NTSTATUS WINAPI ExDeleteResourceLite(PERESOURCE resource)
{
FIXME("(%p): stub\n", resource);
return STATUS_NOT_IMPLEMENTED;
}
/*****************************************************
* ExInterlockedRemoveHeadList (NTOSKRNL.EXE.@)
*/

View File

@ -125,7 +125,7 @@
@ stdcall ExCreateCallback(ptr ptr long long)
@ stub ExDeleteNPagedLookasideList
@ stub ExDeletePagedLookasideList
@ stub ExDeleteResourceLite
@ stdcall ExDeleteResourceLite(ptr)
@ stub ExDesktopObjectType
@ stub ExDisableResourceBoostLite
@ stub ExEnumHandleTable