mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 12:23:30 +00:00
[DDK]: Add misisng MmLockPagableCodeSection.
svn path=/trunk/; revision=48903
This commit is contained in:
@@ -10615,6 +10615,7 @@ KeFlushWriteBuffer(VOID);
|
||||
((PVOID) ((PCHAR) ((_Mdl)->StartVa) + (_Mdl)->ByteOffset))
|
||||
|
||||
#define MmGetProcedureAddress(Address) (Address)
|
||||
#define MmLockPagableCodeSection(Address) MmLockPagableDataSection(Address)
|
||||
|
||||
/* PVOID MmGetSystemAddressForMdl(
|
||||
* IN PMDL Mdl);
|
||||
|
||||
Reference in New Issue
Block a user