Make curl library use the tinycrt <sys/socket.h> instead of winsock2
commit6139e3ec35e04d150ae9a3edfcfb7ea9b090f97f
authorBruno Santos <nayart3@gmail.com>
Thu, 13 Nov 2008 14:40:50 +0000 (13 14:40 +0000)
committerBruno Santos <nayart3@gmail.com>
Thu, 13 Nov 2008 14:40:50 +0000 (13 14:40 +0000)
treea681560ac798e076004659f79c7476e796e2e3fb
parentb97eb8a58ce7df82643fe8af059eead23a23628e
Make curl library use the tinycrt <sys/socket.h> instead of winsock2

The changes required to make curl use the tinycrt socket were mostly in
the config headers and also in the main public header.

Changed the usage of _beginthreadex, in hostthre.c, to CreateThread.

Added the 'Wldap32.lib' to the library dependecies, this library provides
the Windows ldap implementation used by the curl library.

Signed-off-by: Bruno Santos <nayart3@gmail.com>
curl/curl.vcproj
curl/inc/curl/curl.h
curl/src/config-win32.h
curl/src/hostthre.c
curl/src/setup.h