*RESEND* Fix bug #5800

Mike McCormack mike at codeweavers.com
Fri Sep 8 22:29:35 CDT 2006


Daniel Skorka wrote:

> +          res = connect(s, ptr->ai_addr, (int)ptr->ai_addrlen);
> +          if(res)

Why not use InternetConnect?   If the connection needs to be made 
through a http:// proxy, connect() may not work, but InternetConnect 
should handle that case.

Mike



More information about the wine-devel mailing list