mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 04:13:33 +00:00
[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:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user