From de914c19e121da290f4626878e6b6b7153cace88 Mon Sep 17 00:00:00 2001 From: Sir Richard Date: Sun, 26 Sep 2010 15:01:37 +0000 Subject: [PATCH] [DDK]: Add misisng MmLockPagableCodeSection. svn path=/trunk/; revision=48903 --- reactos/include/ddk/wdm.h | 1 + 1 file changed, 1 insertion(+) 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);