include: Remove an incorrect InterlockedCompareExchange128 function.
Signed-off-by: Stefan Dösinger <stefan@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
20c2e5ba28
commit
2f7c665999
|
@ -6500,10 +6500,6 @@ static FORCEINLINE void MemoryBarrier(void)
|
|||
|
||||
#pragma intrinsic(_InterlockedCompareExchange128)
|
||||
unsigned char _InterlockedCompareExchange128(volatile __int64 *, __int64, __int64, __int64 *);
|
||||
static FORCEINLINE unsigned char WINAPI InterlockedCompareExchange128( volatile __int64 *dest, __int64 xchg_high, __int64 xchg_low, __int64 *compare )
|
||||
{
|
||||
return _InterlockedCompareExchange128( dest, xchg_high, xchg_low, compare );
|
||||
}
|
||||
|
||||
#else
|
||||
|
||||
|
|
Loading…
Reference in New Issue