[PATCH v2] kernel32: Ignore FileIoPriorityHintInfo return success

Dmitry Timoshkov dmitry at baikal.ru
Fri Nov 16 22:40:01 CST 2018


Greg Smith <codedonewell at gmail.com> wrote:

> +    case FileIoPriorityHintInfo:
> +        FIXME( "Ignoring file IO priority hint: %p, %u, %p, %u\n", file, class, info, size );
> +        return TRUE;

It would be helpful to add standard parameter checks.

-- 
Dmitry.



More information about the wine-devel mailing list