diff --git a/reactos/include/ddk/wdm.h b/reactos/include/ddk/wdm.h index 27dba86ec8e..233a0c96a4b 100644 --- a/reactos/include/ddk/wdm.h +++ b/reactos/include/ddk/wdm.h @@ -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);