[5/6] ntdll: Make NtReadFile always initialize a being returned IO_STATUS_BLOCK for regular files.

Alexandre Julliard julliard at winehq.org
Wed Aug 21 04:56:26 CDT 2013


Dmitry Timoshkov <dmitry at baikal.ru> writes:

> @@ -748,6 +748,11 @@ err:
>      }
>      else
>      {
> +        if (type == FD_TYPE_FILE)
> +        {
> +            io_status->u.Status = status;
> +            io_status->Information = total;
> +        }

I don't see why this would have to be specific to files.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list