Add missing Interlocked definition

svn path=/branches/cmake-bringup/; revision=49690
This commit is contained in:
Timo Kreuzer 2010-11-21 14:40:57 +00:00
parent dcb3379a79
commit b9bb6eeba9

View file

@ -38,6 +38,7 @@
#define InterlockedIncrement _InterlockedIncrement
#define InterlockedDecrement _InterlockedDecrement
#define InterlockedExchangeAdd _InterlockedExchangeAdd
#define InterlockedExchange _InterlockedExchange
#endif
#endif /* RTL_H */