[DDK/XDK]

Merge some changes to wdm.h back to xdk

svn path=/trunk/; revision=52080
This commit is contained in:
Timo Kreuzer 2011-06-04 16:59:09 +00:00
parent 3c54c6f84f
commit e4c98f4e8e
4 changed files with 6 additions and 5 deletions

View file

@ -161,7 +161,7 @@ KeQuerySystemTime(
OUT PLARGE_INTEGER CurrentTime);
#endif /* !_M_AMD64 */
#if !defined(_X86_)
#if !defined(_X86_) && !defined(_M_ARM)
NTKERNELAPI
KIRQL
NTAPI

View file

@ -118,6 +118,7 @@ $if (_WDMDDK_)
((PVOID) ((PCHAR) ((_Mdl)->StartVa) + (_Mdl)->ByteOffset))
#define MmGetProcedureAddress(Address) (Address)
#define MmLockPagableCodeSection(Address) MmLockPagableDataSection(Address)
/* PVOID MmGetSystemAddressForMdl(
* IN PMDL Mdl);