cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Makefile.vc6 (Last Thing...I Promise...)

From: Casey ODonnell <caseyodonnell_at_gmail.com>
Date: Wed, 11 Aug 2004 20:48:52 -0400

No problem...as long as it is 8/14-15 and not the following weekend.
:) I'll make sure to be around. And to update myself to non-digest.

Also...I finally found the win32 setup header and modified it to not
include winsock2. However multi.h still includes that anyway.

I would think...

if...
config-win32.h had commented out...
/* Define if you have the <winsock2.h> header file. */
/*efine HAVE_WINSOCK2_H 1*/

multi.h should not do this:
#if defined(WIN32) && !defined(__GNUC__) || defined(__MINGW32__)
#include <winsock2.h>
#else

Perhaps
#if defined(WIN32) && !defined(__CNUC__) || defined(__MINGW32__) ||
!defined(HAVE_WINSOCK2_H)
#include <winsock2.h>
#else

This would (should) fix the problems I'm having with wxWidgets on MSW.

Cheers.
Casey

> Hi Casey,
> if no one beats me I will try to look into this next weekend;
> would be nice if you then be present here on the list so that
> we can test some changes...
>
> Guenter.

-- 
Casey O'Donnell
RPI STS Department - Graduate Student
http://homepage.mac.com/codonnell/
http://homepage.mac.com/codonnell/wxblogger/
Received on 2004-08-12