From 6c366758def4eb1f9cd2c75027d4097858ceaddc Mon Sep 17 00:00:00 2001 From: Timo Kreuzer Date: Sun, 12 Apr 2015 12:42:50 +0000 Subject: [PATCH 1/1] [KMTEST] Remove now obsolete definitions svn path=/trunk/; revision=67174 --- rostests/kmtests/ntos_ex/ExInterlocked.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/rostests/kmtests/ntos_ex/ExInterlocked.c b/rostests/kmtests/ntos_ex/ExInterlocked.c index 9b32db4754f..08ec0f78a47 100644 --- a/rostests/kmtests/ntos_ex/ExInterlocked.c +++ b/rostests/kmtests/ntos_ex/ExInterlocked.c @@ -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) -- 2.17.1