From 85f1cbf1e6f230fc2b234f9c7676700867023861 Mon Sep 17 00:00:00 2001 From: short <> Date: Thu, 27 Mar 2003 11:30:10 +0000 Subject: [PATCH 1/1] +MmBuildMdlForNonPagedPool() --- ntoskrnl/mm/mdl.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/ntoskrnl/mm/mdl.c b/ntoskrnl/mm/mdl.c index f87cd7f..845062d 100644 --- a/ntoskrnl/mm/mdl.c +++ b/ntoskrnl/mm/mdl.c @@ -390,7 +390,6 @@ ULONG STDCALL MmSizeOfMdl (PVOID Base, return(sizeof(MDL)+(len*sizeof(ULONG))); } -#ifndef LIBCAPTIVE VOID STDCALL MmBuildMdlForNonPagedPool (PMDL Mdl) @@ -413,7 +412,6 @@ MmBuildMdlForNonPagedPool (PMDL Mdl) Mdl->MappedSystemVa = Mdl->StartVa + Mdl->ByteOffset; } -#endif /* LIBCAPTIVE */ PMDL STDCALL MmCreateMdl (PMDL MemoryDescriptorList, -- 1.8.3.1