From b4dad23682872134889182f6dc2291c2548c7eee Mon Sep 17 00:00:00 2001 From: short <> Date: Sun, 2 Feb 2003 19:06:21 +0000 Subject: [PATCH] +NtSetInformationFile() --- ntoskrnl/io/file.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ntoskrnl/io/file.c b/ntoskrnl/io/file.c index 4ab0b69..8cdf925 100644 --- a/ntoskrnl/io/file.c +++ b/ntoskrnl/io/file.c @@ -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, -- 1.8.3.1