mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 17:25:55 +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,6 +903,12 @@ InterlockedExchange(
|
||||||
LPLONG Target,
|
LPLONG Target,
|
||||||
LONG Value
|
LONG Value
|
||||||
);
|
);
|
||||||
|
PVOID
|
||||||
|
STDCALL
|
||||||
|
InterlockedCompareExchange(
|
||||||
|
PVOID *Destination,
|
||||||
|
PVOID Exchange,
|
||||||
|
PVOID Comperand );
|
||||||
|
|
||||||
WINBOOL
|
WINBOOL
|
||||||
STDCALL
|
STDCALL
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue