cURL / Mailing Lists / curl-library / Single Mail

curl-library

RE: win32 autobuilds

From: Greg Hewgill <greg_hewgill_at_ud.com>
Date: Tue, 9 Mar 2004 16:05:07 -0600

>... while socket() still returns an int? That's really odd.

socket() returns a value of type SOCKET.

Instead of addressing FD_SET specifically, another way to address the problem might be to use CURL_SOCKET for all socket handles, which would then be mapped to int or SOCKET as appropriate.

Greg Hewgill
http://hewgill.com
Received on 2004-03-09