Print FIXME() for not implemented NtQueryVolumeInformationFile

Dmitry Timoshkov dmitry at baikal.ru
Thu Jan 3 09:31:35 CST 2002


Hello.

Changelog:
    Dmitry Timoshkov <dmitry at codeweavers.com>
    Print FIXME() for not implemented NtQueryVolumeInformationFile.

--- cvs/hq/wine/dlls/ntdll/file.c	Mon Jul 23 22:19:46 2001
+++ wine/dlls/ntdll/file.c	Thu Jan  3 23:15:55 2002
@@ -234,7 +234,7 @@
 	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;
 }








More information about the wine-patches mailing list