mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
Fix prototype
svn path=/trunk/; revision=35247
This commit is contained in:
@@ -75,6 +75,7 @@ PSLIST_ENTRY
|
||||
FASTCALL
|
||||
ExInterlockedPushEntrySList(IN PSLIST_HEADER ListHead,
|
||||
IN PSLIST_ENTRY ListEntry)
|
||||
IN PKSPIN_LOCK Lock)
|
||||
{
|
||||
return InterlockedPushEntrySList(ListHead, ListEntry);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user