Author: tkreuzer
Date: Sun Apr 12 12:42:50 2015
New Revision: 67174
URL:
http://svn.reactos.org/svn/reactos?rev=67174&view=rev
Log:
[KMTEST]
Remove now obsolete definitions
Modified:
trunk/rostests/kmtests/ntos_ex/ExInterlocked.c
Modified: trunk/rostests/kmtests/ntos_ex/ExInterlocked.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/kmtests/ntos_ex/ExInterlo…
==============================================================================
--- trunk/rostests/kmtests/ntos_ex/ExInterlocked.c [iso-8859-1] (original)
+++ trunk/rostests/kmtests/ntos_ex/ExInterlocked.c [iso-8859-1] Sun Apr 12 12:42:50 2015
@@ -257,14 +257,6 @@
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)