curl-library
Re: It is the smell of a release coming up
Date: Wed, 29 Sep 2004 07:11:44 -0400
Any chance of getting one of the changes to multi.h made for
winsock2.h issues? I've sent a couple of emails regarding ways
proposed to fix the problem, as well as my success/failure using those
methods.
Guenter's suggestion of:
--- multi.h.orig Wed Mar 24 23:53:42 2004
+++ multi.h Fri Sep 03 19:26:22 2004
@@ -52,7 +52,9 @@
#endif
#if defined(WIN32) && !defined(__GNUC__) || defined(__MINGW32__)
+#if !(defined(_WINSOCKAPI_) || defined(_WINSOCK_H))
#include <winsock2.h>
+#endif
#else
/* HP-UX systems version 9, 10 and 11 lack sys/select.h and so does oldish
Seems to work the best. The other suggestion of changing my CFlags
works for compiling the library, but not typically for users of the
library.
I suppose I can always just document for wxCurl windows users that
they have to edit multi.h to get a successful compile...it's just not
my favorite solution.
Cheers.
Casey
On Wed, 29 Sep 2004 00:39:35 +0200 (CEST), Daniel Stenberg
<daniel-curl_at_haxx.se> wrote:
> Yeps
>
> I'll try to smack up a release some time next week if nothing gets in the way.
>
> If you know or have anything that you think should be fixed, included, removed
> or just dragged into the light before this, please speak up!
>
> --
> Daniel Stenberg -- http://curl.haxx.se -- http://daniel.haxx.se
> Dedicated custom curl help for hire: http://haxx.se/curl.html
>
-- Casey O'Donnell RPI STS Department - Graduate Student http://homepage.mac.com/codonnell/ http://homepage.mac.com/codonnell/wxsync/ http://homepage.mac.com/codonnell/wxblogger/Received on 2004-09-29