http://bugs.winehq.org/show_bug.cgi?id=20368
--- Comment #9 from Juan Lang juan_lang@yahoo.com 2009-10-16 17:56:10 --- Created an attachment (id=24175) --> (http://bugs.winehq.org/attachment.cgi?id=24175) Another compiled version
Compiled with VS2008 express. I also added a couple printfs to the source: printf("sizeof(struct sockaddr_in6) = %d\n", sizeof(struct sockaddr_in6)); and: printf("ai_addrlen = %d\n", ai->ai_addrlen); The second is never reached on WinXP because of lacking IPv6 support, but the first prints out: sizeof(struct sockaddr_in6) = 28