[KMTESTS:OB]
[reactos.git] / rostests / kmtests / ntos_ex / ExInterlocked.c
index 9b32db4..08ec0f7 100644 (file)
@@ -257,14 +257,6 @@ Large(
     ok_eq_print(Value##Type.QuadPart, ExpectedValue, Print);                \
 } while (0)
 
-/* TODO: missing in wdm.h! */
-#define InterlockedCompareExchangeAcquire InterlockedCompareExchange
-#define InterlockedCompareExchangeRelease InterlockedCompareExchange
-#define InterlockedIncrementAcquire InterlockedIncrement
-#define InterlockedIncrementRelease InterlockedIncrement
-#define InterlockedDecrementAcquire InterlockedDecrement
-#define InterlockedDecrementRelease InterlockedDecrement
-
 static
 VOID
 TestInterlockedFunctional(VOID)