mirror of
https://github.com/reactos/reactos.git
synced 2025-01-09 15:51:16 +00:00
[RTL]
Add missing Interlocked definition svn path=/branches/cmake-bringup/; revision=49690
This commit is contained in:
parent
dcb3379a79
commit
b9bb6eeba9
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@
|
|||
#define InterlockedIncrement _InterlockedIncrement
|
||||
#define InterlockedDecrement _InterlockedDecrement
|
||||
#define InterlockedExchangeAdd _InterlockedExchangeAdd
|
||||
#define InterlockedExchange _InterlockedExchange
|
||||
#endif
|
||||
|
||||
#endif /* RTL_H */
|
||||
|
|
Loading…
Reference in a new issue