From 5a73dc4e586dd4f5ccd2b04ad4b943a09c96c3b0 Mon Sep 17 00:00:00 2001 From: Timo Kreuzer Date: Tue, 25 Jan 2011 18:48:26 +0000 Subject: [PATCH] [RTL] Add InterlockedBitTestAndSet* defines svn path=/branches/cmake-bringup/; revision=50491 --- lib/rtl/rtl.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/rtl/rtl.h b/lib/rtl/rtl.h index 21b53ad6da9..848ab3d0b04 100644 --- a/lib/rtl/rtl.h +++ b/lib/rtl/rtl.h @@ -39,6 +39,8 @@ #define InterlockedDecrement _InterlockedDecrement #define InterlockedExchangeAdd _InterlockedExchangeAdd #define InterlockedExchange _InterlockedExchange +#define InterlockedBitTestAndSet _interlockedbittestandset +#define InterlockedBitTestAndSet64 _interlockedbittestandset64 #endif #endif /* RTL_H */