Hi Greg,

On Tue, Mar 12, 2019 at 6:42 PM Gregg Smith <g...@gknw.net> wrote:

> I finally got time to give this 1.7.0 a try and utterly failed :)
>
> r1839494 fixed a problem run into on VC when r1816608 added support for
> IPv6 link-local address scope/zone mapping. r1839494 requires NT6.
>
> Our apr.hw is still targeting NT5 which has been EOL for eons now, 6.0
> also as Vista and Server 2008 went EOL years ago. 6.1 goes EOL next year
> but what does everyone think about changing that default in apr.hw from
> 0x0501 to 0x0601 or 0x0600 at minimum?
>

As with all the more modern functions, APR_DECLARE_LATE_DLL_FUNC
is useful here. Because NT isn't IPV6, this code won't be triggered on any
OS that old.

Give apr 1.7.0 another spin after r1855857 and let us know how it goes.

Reply via email to