Added declaration for InterlockedCompareExchange

svn path=/trunk/; revision=1130
This commit is contained in:
Phillip Susi 2000-04-23 17:50:47 +00:00
parent 7928fc621a
commit de82241cb1

View file

@ -903,7 +903,13 @@ InterlockedExchange(
LPLONG Target,
LONG Value
);
PVOID
STDCALL
InterlockedCompareExchange(
PVOID *Destination,
PVOID Exchange,
PVOID Comperand );
WINBOOL
STDCALL
FreeResource(