[PATCH v7 4/8] ntdll: Return BIOS info from NtQuerySystemInformation on Linux

Alexandre Julliard julliard at winehq.org
Wed Jun 20 16:11:01 CDT 2018


Alex Henrie <alexhenrie24 at gmail.com> writes:

> The helper function doesn't need to support more than one buffer size,
> so passing the buffer size is redundant.
>
> I'd want to hear at least one more Wine developer's opinion before
> making a change.

It's indeed ugly to make that sort of assumption in the helper
function. Also you could return the resulting length instead of having
an out variable.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list