+NtSetInformationFile()
authorshort <>
Sun, 2 Feb 2003 19:06:21 +0000 (19:06 +0000)
committershort <>
Sun, 2 Feb 2003 19:06:21 +0000 (19:06 +0000)
ntoskrnl/io/file.c

index 4ab0b69..8cdf925 100644 (file)
@@ -201,6 +201,7 @@ IoQueryFileInformation(IN PFILE_OBJECT FileObject,
    return Status;
 }
 
+#endif /* LIBCAPTIVE */
 
 NTSTATUS STDCALL
 NtSetInformationFile(HANDLE FileHandle,
@@ -304,6 +305,7 @@ NtSetInformationFile(HANDLE FileHandle,
    return Status;
 }
 
+#ifndef LIBCAPTIVE
 
 NTSTATUS STDCALL
 NtQueryAttributesFile(IN POBJECT_ATTRIBUTES ObjectAttributes,