+IoBuildAsynchronousFsdRequest()
authorshort <>
Sat, 1 Feb 2003 20:12:38 +0000 (20:12 +0000)
committershort <>
Sat, 1 Feb 2003 20:12:38 +0000 (20:12 +0000)
ntoskrnl/io/buildirp.c

index 8e133ed..e8f374a 100644 (file)
@@ -69,7 +69,6 @@ NTSTATUS IoPrepareIrpBuffer(PIRP Irp,
    return(STATUS_SUCCESS);
 }
 
-#ifndef LIBCAPTIVE
 
 PIRP STDCALL
 IoBuildAsynchronousFsdRequest(ULONG MajorFunction,
@@ -159,7 +158,6 @@ IoBuildAsynchronousFsdRequest(ULONG MajorFunction,
    return(Irp);
 }
 
-#endif /* LIBCAPTIVE */
 
 PIRP STDCALL
 IoBuildDeviceIoControlRequest(ULONG IoControlCode,