[PATCH resend 3/3] ntdll: Implement RtlIpv4StringToAddress(Ex)W

Alex Henrie alexhenrie24 at gmail.com
Fri Aug 23 13:10:24 CDT 2019


On Fri, Aug 23, 2019 at 11:38 AM Alexandre Julliard <julliard at winehq.org> wrote:
>
> It doesn't seem right to have the W function call the A implementation,
> it should be the other way around.

I can certainly do it the other way around, but since IP addresses can
only contain ASCII characters, why does it matter?

-Alex



More information about the wine-devel mailing list