http://bugs.winehq.org/show_bug.cgi?id=2970
------- Additional Comments From jm.detrez@cegetel.net 2005-31-05 14:08 ------- it's seems in socket.c, in the function ws_sockaddr_ws2u() when it is ip you just return the original pointer but in LINUX MANDRIVA 2005 it'seems that struct sockaddr_in is a little bit different...
for this funct to work for me i must creat a new sockaadr_in pointer and copy addr, family and port from the original to the new struct. Then i return the new struct and it work ...
is this a bug, is this just in mandriva? i'm currently testing on FreeBSD, but this append on some VB code ... (like CSOCKET www.vbip.com)