http://bugs.winehq.org/show_bug.cgi?id=5800
------- Additional Comments From mike@codeweavers.com 2006-31-07 01:55 ------- How about just using InternetOpenConnection() to check whether the connection can be made, then InternetCloseHandle() to close it again? It should be a fairly simple patch to write...