curl-library
Re: bagder: curl/lib config-win32.h,1.55,1.56
Date: Tue, 18 Dec 2007 02:16:14 +0100
Hi Daniel,
I can't find Mateusz Loskot's report. So I can't know against which
libcurl version it is.
But please see this thread initiated by Vikram Saxena
http://curl.haxx.se/mail/lib-2007-11/0096.html
As you can see this has already been addressed in
http://cool.haxx.se/cvs.cgi/curl/lib/select.h.diff?r1=1.13&r2=1.14&sortby=date
one month ago.
And by the way all the horrible following conditions must be met to
actually have the pollfd definition.
#if defined(USE_WINSOCK) && (USE_WINSOCK > 1) && \
defined(_WIN32_WINNT) && (_WIN32_WINNT >= 0x0600) && \
defined(_MSC_VER) && defined(POLLRDNORM)
Its not enough just to use...
#if defined(_MSC_VER) && (_MSC_VER >= 1500)
Since this would break all VC8 build targets which aren't windows Vista targets.
I'm Ok with keeping this one:
http://cool.haxx.se/cvs.cgi/curl/RELEASE-NOTES.diff?r1=1.701&r2=1.702
This one should probably mention where the real fix is.
http://cool.haxx.se/cvs.cgi/curl/CHANGES.diff?r1=1.1199&r2=1.1200
And most probably the following one should be reverted:
http://cool.haxx.se/cvs.cgi/curl/lib/config-win32.h.diff?r1=1.55&r2=1.56
-- -=[Yang]=-Received on 2007-12-18