]> git.ipfire.org Git - thirdparty/openvpn.git/commit
work around inet_ntop/inet_pton problems for MSVC builds on WinXP
authorGert Doering <gert@greenie.muc.de>
Thu, 24 Nov 2011 20:09:36 +0000 (21:09 +0100)
committerDavid Sommerseth <davids@redhat.com>
Fri, 25 Nov 2011 16:21:35 +0000 (17:21 +0100)
commit53fb2c5c465ea97fccdc8be1823fff2616f08b50
treec0dd665a8df6ada32f2afc07d26ae0f7aaea9276
parent0f2bc0dd92f43c91e33bba8a66b06b98f281efc1
work around inet_ntop/inet_pton problems for MSVC builds on WinXP

always use our built-in replacement functions now, even if building
on Win7 (which has inet_ntop/inet_pton in the system libraries) because
the resulting binary will then fail on WinXP.

Signed-off-by: Gert Doering <gert@greenie.muc.de>
Acked-by: David Sommerseth <davids@redhat.com>
Signed-off-by: David Sommerseth <davids@redhat.com>
socket.c
win32.h