mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 17:01:53 +00:00
[RTL]
Add InterlockedBitTestAndSet* defines svn path=/branches/cmake-bringup/; revision=50491
This commit is contained in:
parent
67e321c158
commit
5a73dc4e58
1 changed files with 2 additions and 0 deletions
|
@ -39,6 +39,8 @@
|
|||
#define InterlockedDecrement _InterlockedDecrement
|
||||
#define InterlockedExchangeAdd _InterlockedExchangeAdd
|
||||
#define InterlockedExchange _InterlockedExchange
|
||||
#define InterlockedBitTestAndSet _interlockedbittestandset
|
||||
#define InterlockedBitTestAndSet64 _interlockedbittestandset64
|
||||
#endif
|
||||
|
||||
#endif /* RTL_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue