+IoFreeIrp()
authorshort <>
Tue, 5 Nov 2002 14:17:07 +0000 (14:17 +0000)
committershort <>
Tue, 5 Nov 2002 14:17:07 +0000 (14:17 +0000)
ntoskrnl/io/irp.c

index 7f35743..ac85861 100644 (file)
@@ -45,7 +45,6 @@
 
 /* FUNCTIONS ****************************************************************/
 
-#ifndef LIBCAPTIVE
 
 VOID STDCALL
 IoFreeIrp(PIRP Irp)
@@ -58,6 +57,7 @@ IoFreeIrp(PIRP Irp)
   ExFreePool(Irp);
 }
 
+#ifndef LIBCAPTIVE
 
 PIRP STDCALL
 IoMakeAssociatedIrp(PIRP Irp,