mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 12:23:28 +00:00
[RTL]
Add InterlockedBitTestAndSet* defines svn path=/branches/cmake-bringup/; revision=50491
This commit is contained in:
@@ -39,6 +39,8 @@
|
||||
#define InterlockedDecrement _InterlockedDecrement
|
||||
#define InterlockedExchangeAdd _InterlockedExchangeAdd
|
||||
#define InterlockedExchange _InterlockedExchange
|
||||
#define InterlockedBitTestAndSet _interlockedbittestandset
|
||||
#define InterlockedBitTestAndSet64 _interlockedbittestandset64
|
||||
#endif
|
||||
|
||||
#endif /* RTL_H */
|
||||
|
||||
Reference in New Issue
Block a user