mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Added declaration for InterlockedCompareExchange
svn path=/trunk/; revision=1130
This commit is contained in:
parent
7928fc621a
commit
de82241cb1
1 changed files with 7 additions and 1 deletions
|
@ -903,7 +903,13 @@ InterlockedExchange(
|
|||
LPLONG Target,
|
||||
LONG Value
|
||||
);
|
||||
|
||||
PVOID
|
||||
STDCALL
|
||||
InterlockedCompareExchange(
|
||||
PVOID *Destination,
|
||||
PVOID Exchange,
|
||||
PVOID Comperand );
|
||||
|
||||
WINBOOL
|
||||
STDCALL
|
||||
FreeResource(
|
||||
|
|
Loading…
Reference in a new issue