[KMTEST]
authorTimo Kreuzer <timo.kreuzer@reactos.org>
Sun, 12 Apr 2015 12:42:50 +0000 (12:42 +0000)
committerTimo Kreuzer <timo.kreuzer@reactos.org>
Sun, 12 Apr 2015 12:42:50 +0000 (12:42 +0000)
Remove now obsolete definitions

svn path=/trunk/; revision=67174

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)