+MmBuildMdlForNonPagedPool()
authorshort <>
Thu, 27 Mar 2003 11:30:10 +0000 (11:30 +0000)
committershort <>
Thu, 27 Mar 2003 11:30:10 +0000 (11:30 +0000)
ntoskrnl/mm/mdl.c

index f87cd7f..845062d 100644 (file)
@@ -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,