mirror of
https://github.com/reactos/reactos.git
synced 2026-09-13 13:18:33 +08:00
- ExfInterlockedAddUlong is FASTCALL, not NTAPI (spotted by Herve).
svn path=/trunk/; revision=35079
This commit is contained in:
@@ -88,7 +88,7 @@ ExInterlockedPopEntrySList(IN PSLIST_HEADER ListHead,
|
||||
}
|
||||
|
||||
ULONG
|
||||
NTAPI
|
||||
FASTCALL
|
||||
ExfInterlockedAddUlong(IN PULONG Addend,
|
||||
IN ULONG Increment,
|
||||
PKSPIN_LOCK Lock)
|
||||
|
||||
Reference in New Issue
Block a user