ygrek / ocurl

OCaml bindings to libcurl
https://ygrek.org/p/ocurl
MIT License
60 stars 32 forks source link

Fix compilation warning on Windows 64 bits. #29

Closed mookid closed 6 years ago

mookid commented 6 years ago

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

ygrek commented 6 years ago

thanks, cherry-picked as e71f1c6