mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 15:33:07 +00:00
Fix prototype
svn path=/trunk/; revision=35247
This commit is contained in:
parent
8f4d636360
commit
f763594308
1 changed files with 1 additions and 0 deletions
|
@ -75,6 +75,7 @@ PSLIST_ENTRY
|
||||||
FASTCALL
|
FASTCALL
|
||||||
ExInterlockedPushEntrySList(IN PSLIST_HEADER ListHead,
|
ExInterlockedPushEntrySList(IN PSLIST_HEADER ListHead,
|
||||||
IN PSLIST_ENTRY ListEntry)
|
IN PSLIST_ENTRY ListEntry)
|
||||||
|
IN PKSPIN_LOCK Lock)
|
||||||
{
|
{
|
||||||
return InterlockedPushEntrySList(ListHead, ListEntry);
|
return InterlockedPushEntrySList(ListHead, ListEntry);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue