mirror of
https://github.com/reactos/reactos.git
synced 2024-11-18 21:13:52 +00:00
remove useless cast
svn path=/branches/ros-amd64-bringup/; revision=34926
This commit is contained in:
parent
98797fa1bf
commit
96888c6a6a
2 changed files with 2 additions and 2 deletions
|
@ -5735,7 +5735,7 @@ InterlockedExchangeAdd(
|
|||
#define InterlockedIncrement _InterlockedIncrement
|
||||
#define InterlockedDecrement _InterlockedDecrement
|
||||
#define InterlockedExchangeAdd _InterlockedExchangeAdd
|
||||
#define InterlockedCompareExchange (LONG)_InterlockedCompareExchange
|
||||
#define InterlockedCompareExchange _InterlockedCompareExchange
|
||||
#define InterlockedOr _InterlockedOr
|
||||
#define InterlockedAnd _InterlockedAnd
|
||||
#define InterlockedXor _InterlockedXor
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
//
|
||||
#define InterlockedDecrement _InterlockedDecrement
|
||||
#define InterlockedIncrement _InterlockedIncrement
|
||||
#define InterlockedCompareExchange (LONG)_InterlockedCompareExchange
|
||||
#define InterlockedCompareExchange _InterlockedCompareExchange
|
||||
#define InterlockedExchange _InterlockedExchange
|
||||
#define InterlockedExchangeAdd _InterlockedExchangeAdd
|
||||
|
||||
|
|
Loading…
Reference in a new issue