+NtSetInformationFile()
[reactos.git] / 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,