+ntoskrnl/io/irp.c
authorshort <>
Mon, 4 Nov 2002 09:06:36 +0000 (09:06 +0000)
committershort <>
Mon, 4 Nov 2002 09:06:36 +0000 (09:06 +0000)
+IoInitializeIrp()
+IofCallDriver()
 - FIXME: DriverObject->MajorFunction is stdcall call type
+IoCallDriver()
+IoAllocateIrp()

ntoskrnl/io/irp.c

index ae8f6be..1a876f5 100644 (file)
@@ -45,6 +45,7 @@
 
 /* FUNCTIONS ****************************************************************/
 
+#ifndef LIBCAPTIVE
 
 VOID STDCALL
 IoFreeIrp(PIRP Irp)
@@ -75,6 +76,7 @@ IoMakeAssociatedIrp(PIRP Irp,
   UNIMPLEMENTED;
 }
 
+#endif /* LIBCAPTIVE */
 
 VOID STDCALL
 IoInitializeIrp(PIRP Irp,
@@ -192,6 +194,7 @@ IoAllocateIrp(CCHAR StackSize,
   return(Irp);
 }
 
+#ifndef LIBCAPTIVE
 
 VOID STDCALL
 IopCompleteRequest(struct _KAPC* Apc,
@@ -394,4 +397,7 @@ IoOpenDeviceRegistryKey(
        return 0;
 }
  */
+
+#endif /* LIBCAPTIVE */
+
 /* EOF */