Add InterlockedBitTestAndSet* defines

svn path=/branches/cmake-bringup/; revision=50491
This commit is contained in:
Timo Kreuzer 2011-01-25 18:48:26 +00:00
parent 67e321c158
commit 5a73dc4e58

View file

@ -39,6 +39,8 @@
#define InterlockedDecrement _InterlockedDecrement
#define InterlockedExchangeAdd _InterlockedExchangeAdd
#define InterlockedExchange _InterlockedExchange
#define InterlockedBitTestAndSet _interlockedbittestandset
#define InterlockedBitTestAndSet64 _interlockedbittestandset64
#endif
#endif /* RTL_H */