Fix WSAStartup return value check.

SOCKET_ERROR was not a valid return value.
WSAStartup returns 0 on success, so check that instead.
1 file changed