Author: tkreuzer Date: Tue Jan 25 18:48:26 2011 New Revision: 50491
URL: http://svn.reactos.org/svn/reactos?rev=50491&view=rev Log: [RTL] Add InterlockedBitTestAndSet* defines
Modified: branches/cmake-bringup/lib/rtl/rtl.h
Modified: branches/cmake-bringup/lib/rtl/rtl.h URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/lib/rtl/rtl.h?rev=... ============================================================================== --- branches/cmake-bringup/lib/rtl/rtl.h [iso-8859-1] (original) +++ branches/cmake-bringup/lib/rtl/rtl.h [iso-8859-1] Tue Jan 25 18:48:26 2011 @@ -39,6 +39,8 @@ #define InterlockedDecrement _InterlockedDecrement #define InterlockedExchangeAdd _InterlockedExchangeAdd #define InterlockedExchange _InterlockedExchange +#define InterlockedBitTestAndSet _interlockedbittestandset +#define InterlockedBitTestAndSet64 _interlockedbittestandset64 #endif
#endif /* RTL_H */