+ntoskrnl/io/mdl.c
authorshort <>
Tue, 5 Nov 2002 14:17:54 +0000 (14:17 +0000)
committershort <>
Tue, 5 Nov 2002 14:17:54 +0000 (14:17 +0000)
+IoAllocateMdl()

ntoskrnl/io/mdl.c

index 0c6cb8d..a824968 100644 (file)
@@ -54,6 +54,8 @@ IoAllocateMdl(PVOID VirtualAddress,
    return(Mdl);
 }
 
+#ifndef LIBCAPTIVE
+
 VOID
 STDCALL
 IoBuildPartialMdl(PMDL SourceMdl,
@@ -81,5 +83,6 @@ IoFreeMdl(PMDL Mdl)
    ExFreePool(Mdl);
 }
 
+#endif /* LIBCAPTIVE */
 
 /* EOF */