Alex Henrie alexhenrie24@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.