mirror of
https://github.com/reactos/reactos.git
synced 2025-04-19 12:08:55 +00:00
[KMTEST]
Remove now obsolete definitions svn path=/trunk/; revision=67174
This commit is contained in:
parent
44ea2025e2
commit
6c366758de
1 changed files with 0 additions and 8 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue