http://bugs.winehq.org/show_bug.cgi?id=5800
------- Additional Comments From daniel.skorka@stud.uni-karlsruhe.de 2006-31-07 03:01 ------- I'm sorry, but I cannot find this function in the wine-0.9.18 source. Neither Google nor MSDN return any results for InternetOpenConnection. However, after looking at the MSDN documentation for InternetCheckConnection it appears that what we really need to check is the availability of an URL. Thus, I think we should connect to the given host, on the port corresponding to the protocol (like http) or that given in the URL (like http://foo.info:4242/). I can write that patch if desired.