]> git.ipfire.org Git - thirdparty/openvpn.git/commit
* make ipv6_payload compile under windowze
authorJuanJo Ciarlante <jjo@google.com>
Sun, 21 Feb 2010 17:46:59 +0000 (18:46 +0100)
committerGert Doering <gert@greenie.muc.de>
Sun, 24 Apr 2011 15:22:39 +0000 (17:22 +0200)
commit49a945eafea2c64dbaa5cb2ecdfd4ca9a82aa26e
treeeaaa859bbf4ce71ebe7186d0ccba107353b86605
parent64d2297d398cbf131da5908858abcbb2dac8a033
* make ipv6_payload compile under windowze
- create inet_ntop() and inet_pton() wrap-implementations using
  WSAAddressToString() and WSAStringToAddress() functions
- add relevant win32-only headers to syshead.h
  NOTE: syshead.h changes are already included in ipv6_transport
socket.c
syshead.h
win32.h