From: Timo Kreuzer Date: Sun, 12 Apr 2015 12:42:50 +0000 (+0000) Subject: [KMTEST] X-Git-Tag: backups/colins-printing-for-freedom@73041~442 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=6c366758def4eb1f9cd2c75027d4097858ceaddc;hp=44ea2025e2e0edbd20fd1a99b90edafc1ba85a3e [KMTEST] Remove now obsolete definitions svn path=/trunk/; revision=67174 --- 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)