[PATCH v2] kernel32: Ignore FileIoPriorityHintInfo return success

Zebediah Figura z.figura12 at gmail.com
Fri Nov 16 22:46:13 CST 2018


On 11/16/18 10:40 PM, Dmitry Timoshkov wrote:
> 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.
> 

It may also be helpful to forward it to ntdll and implement the stub 
there, though perhaps this isn't worthwhile.



More information about the wine-devel mailing list