Fix prototype

svn path=/trunk/; revision=35247
This commit is contained in:
Hervé Poussineau 2008-08-09 20:14:29 +00:00
parent 8f4d636360
commit f763594308

View file

@ -75,6 +75,7 @@ PSLIST_ENTRY
FASTCALL
ExInterlockedPushEntrySList(IN PSLIST_HEADER ListHead,
IN PSLIST_ENTRY ListEntry)
IN PKSPIN_LOCK Lock)
{
return InterlockedPushEntrySList(ListHead, ListEntry);
}