+ntoskrnl/io/file.c
authorshort <>
Fri, 13 Dec 2002 01:53:51 +0000 (01:53 +0000)
committershort <>
Fri, 13 Dec 2002 01:53:51 +0000 (01:53 +0000)
 - +NtQueryInformationFile()

ntoskrnl/io/file.c

index 99e932b..4ab0b69 100644 (file)
@@ -125,6 +125,7 @@ NtQueryInformationFile(HANDLE FileHandle,
    return(Status);
 }
 
+#ifndef LIBCAPTIVE
 
 NTSTATUS STDCALL
 IoQueryFileInformation(IN PFILE_OBJECT FileObject,
@@ -348,4 +349,6 @@ NtSetEaFile(IN HANDLE FileHandle,
    return STATUS_NOT_IMPLEMENTED;
 }
 
+#endif /* LIBCAPTIVE */
+
 /* EOF */