Loading lib/easy.c +3 −3 Original line number Diff line number Diff line Loading @@ -122,7 +122,7 @@ static CURLcode win32_init(void) #ifdef USE_WINSOCK WORD wVersionRequested; WSADATA wsaData; int err; int res; #if defined(ENABLE_IPV6) && (USE_WINSOCK < 2) Error IPV6_requires_winsock2 Loading @@ -130,9 +130,9 @@ static CURLcode win32_init(void) wVersionRequested = MAKEWORD(USE_WINSOCK, USE_WINSOCK); err = WSAStartup(wVersionRequested, &wsaData); res = WSAStartup(wVersionRequested, &wsaData); if(err != 0) if(res != 0) /* Tell the user that we couldn't find a useable */ /* winsock.dll. */ return CURLE_FAILED_INIT; Loading Loading
lib/easy.c +3 −3 Original line number Diff line number Diff line Loading @@ -122,7 +122,7 @@ static CURLcode win32_init(void) #ifdef USE_WINSOCK WORD wVersionRequested; WSADATA wsaData; int err; int res; #if defined(ENABLE_IPV6) && (USE_WINSOCK < 2) Error IPV6_requires_winsock2 Loading @@ -130,9 +130,9 @@ static CURLcode win32_init(void) wVersionRequested = MAKEWORD(USE_WINSOCK, USE_WINSOCK); err = WSAStartup(wVersionRequested, &wsaData); res = WSAStartup(wVersionRequested, &wsaData); if(err != 0) if(res != 0) /* Tell the user that we couldn't find a useable */ /* winsock.dll. */ return CURLE_FAILED_INIT; Loading