Trying to fix...

svn path=/trunk/; revision=37839
This commit is contained in:
Dmitry Gorbachev 2008-12-03 18:04:26 +00:00
parent d633d025d8
commit 9791da2e85

View file

@ -166,10 +166,10 @@ typedef ULONG PFN_TYPE, *PPFN_TYPE;
#define InterlockedCompareExchangePte(PointerPte, Exchange, Comperand) \
(ULONG)InterlockedCompareExchange((PLONG)(PointerPte), Exchange, Comperand)
InterlockedCompareExchange((PLONG)(PointerPte), Exchange, Comperand)
#define InterlockedExchangePte(PointerPte, Value) \
(ULONG)InterlockedExchange((PLONG)(PointerPte), Value)
InterlockedExchange((PLONG)(PointerPte), Value)
typedef struct
{