cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: user with a windows build problem

From: Gisle Vanem <giva_at_bgnett.no>
Date: Tue, 7 Dec 2004 15:31:52 +0100

> Why would moving the define be any better?

Just an idea:

--- setup.h 26 Nov 2004 16:08:16 -0000 1.75
+++ setup.h 7 Dec 2004 14:29:08 -0000
@@ -183,6 +183,8 @@

 #if defined(ENABLE_IPV6) || defined(USE_SSLEAY)
 #include <ws2tcpip.h>
+#else
+#define socklen_t int
 #endif

But it seems the issue is a bit more complicated.

--gv
Received on 2004-12-07