Fix compilation warning on Windows 64 bits.
commite71f1c6ee48103107bcd4234191349b71896a187
authornathan moreau <nathan.moreau@m4x.org>
Tue, 27 Feb 2018 17:50:03 +0000 (27 18:50 +0100)
committerygrek <ygrek@autistici.org>
Sat, 10 Mar 2018 09:42:09 +0000 (10 11:42 +0200)
treefadd0b59c43f1a1e83f89f04f4952cec6107e9ce
parent2cbbf8943274e4d4c0e3a7095f1626f3c1fb8c37
Fix compilation warning on Windows 64 bits.

In curl.h, curl_socket_t is defined to be SOCKET, which is a 64 bits
sized type in windows 64.
curl-helper.c