[WS2_32_APITEST] Use test.winehq.org insteadof reactos.org. These days main reactos page is too big.

svn path=/trunk/; revision=73193
This commit is contained in:
Peter Hater 2016-11-10 14:23:49 +00:00
parent a32e890392
commit b3bee8c862

View file

@ -34,7 +34,7 @@ int ConnectToReactOSWebsite(SOCKET sck)
struct sockaddr_in sa;
/* Connect to "www.reactos.org" */
host = gethostbyname("www.reactos.org");
host = gethostbyname("test.winehq.org");
sa.sin_family = AF_INET;
sa.sin_addr.s_addr = *(u_long*)host->h_addr_list[0];