mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +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,
|
LPLONG Target,
|
||||||
LONG Value
|
LONG Value
|
||||||
);
|
);
|
||||||
|
PVOID
|
||||||
|
STDCALL
|
||||||
|
InterlockedCompareExchange(
|
||||||
|
PVOID *Destination,
|
||||||
|
PVOID Exchange,
|
||||||
|
PVOID Comperand );
|
||||||
|
|
||||||
WINBOOL
|
WINBOOL
|
||||||
STDCALL
|
STDCALL
|
||||||
FreeResource(
|
FreeResource(
|
||||||
|
|
Loading…
Reference in a new issue