j
k
j a
j l
Daniel Skorka wrote:
res = connect(s, ptr->ai_addr, (int)ptr->ai_addrlen); if(res)
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
Show replies by date
wine-devel@winehq.org
Add to favorites Remove from favorites