]> git.sesse.net Git - vlc/commit
* First try for IPv6 support on Win32. This hasn't been tested so it
authorGildas Bazin <gbazin@videolan.org>
Mon, 20 May 2002 19:49:18 +0000 (19:49 +0000)
committerGildas Bazin <gbazin@videolan.org>
Mon, 20 May 2002 19:49:18 +0000 (19:49 +0000)
commit3ce5cf59667f9a117c87a3b685cc882ba9379373
treecc4ef5467a3b57bb8ef169cc9db62314dc47af86
parent778c00c7eb4cd47ea206a4017267db4b5d4b5d60
* First try for IPv6 support on Win32. This hasn't been tested so it
  might not work! To compile this stuff you need a mingw compiler with
  w32api-1.3.

The win32 code uses the getaddrinfo function because inet_pton is
supposed to be deprecated and not supported by Microsoft. gethostbyname2
isn't supported as well. Maybe we could try to unify the ipv6 plugin and
have all the ports use getaddrinfo ? (I didn't dare to do it because I
don't want to break anything before a release ;-)
Makefile.opts.in
configure
configure.in
plugins/network/ipv6.c