mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[WINE/PORT]
* Fix interlocked_cmpxchg_ptr and interlocked_xchg_ptr. svn path=/trunk/; revision=63190
This commit is contained in:
@@ -343,9 +343,9 @@ extern int spawnvp(int mode, const char *cmdname, const char * const argv[]);
|
||||
#if defined(_MSC_VER) || (defined(__i386__) && defined(__GNUC__) && !defined(WINE_PORT_NO_INTERLOCKED))
|
||||
|
||||
#define interlocked_cmpxchg InterlockedCompareExchange
|
||||
#define interlocked_cmpxchg_ptr InterlockedCompareExchangePtr
|
||||
#define interlocked_cmpxchg_ptr InterlockedCompareExchangePointer
|
||||
#define interlocked_xchg InterlockedExchange
|
||||
#define interlocked_xchg_ptr InterlockedExchangePtr
|
||||
#define interlocked_xchg_ptr InterlockedExchangePointer
|
||||
#define interlocked_xchg_add InterlockedExchangeAdd
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user