From 4e78461b5e2bdba8d18e813d75b6d6d9231e01cc Mon Sep 17 00:00:00 2001 From: Dmitry Timoshkov Date: Fri, 4 Jan 2002 18:24:51 +0000 Subject: [PATCH] Print FIXME() for not implemented NtQueryVolumeInformationFile. --- dlls/ntdll/file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/ntdll/file.c b/dlls/ntdll/file.c index 9b9bc8f5d82..fc4dbf4cc2b 100644 --- a/dlls/ntdll/file.c +++ b/dlls/ntdll/file.c @@ -234,7 +234,7 @@ NTSTATUS WINAPI NtQueryVolumeInformationFile ( IN ULONG Length, IN FS_INFORMATION_CLASS FSInformationClass) { - TRACE("(0x%08x %p %p 0x%08lx 0x%08x) stub\n", + FIXME("(0x%08x %p %p 0x%08lx 0x%08x) stub!\n", FileHandle, IoStatusBlock, FSInformation, Length, FSInformationClass); return STATUS_SUCCESS; }