mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 21:11:54 +00:00
[WINE]
define interlocked_xchg_add to InterlockedExchangeAdd svn path=/trunk/; revision=46604
This commit is contained in:
parent
ebf3dfc568
commit
ffd48df713
1 changed files with 1 additions and 0 deletions
1
reactos/lib/3rdparty/libwine/debug_ros.c
vendored
1
reactos/lib/3rdparty/libwine/debug_ros.c
vendored
|
@ -5,6 +5,7 @@
|
|||
#define free libwine_free
|
||||
#define realloc libwine_realloc
|
||||
#define _strdup libwine__strdup
|
||||
#define interlocked_xchg_add InterlockedExchangeAdd
|
||||
|
||||
#include "debug.c"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue