2010/7/25 Max TenEyck Woodbury max@mtew.isa-geek.net:
dlls/ntdll/file.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/ntdll/file.c b/dlls/ntdll/file.c index 86c200f..c32baa0 100644 --- a/dlls/ntdll/file.c +++ b/dlls/ntdll/file.c @@ -2150,7 +2150,7 @@ NTSTATUS WINAPI NtSetInformationFile(HANDLE handle, PIO_STATUS_BLOCK io,
/* Invalid requests - do not need 'fixing'. */ case FileAllInformation:
- io->u.Status = STATUS_NOT_IMPLEMENTED;
- io->u.Status = STATUS_INVALID_INFO_CLASS;
break;
default:
1.7.1.1
your first patch has not been accepted yet. you should just make a try 2 of the first patch with the correct return code instead of a new patch correcting the first.