curl-library
Fix for gettimeofday in c-ares on win32
From: codemastr <codemstr_at_ptd.net>
Date: Tue, 23 Dec 2003 13:21:50 -0500
Received on 2003-12-23
Date: Tue, 23 Dec 2003 13:21:50 -0500
As I pointed out in another email, linking libcurl with c-ares under Win32
causes a link error since both define a gettimeofday. This patch solves this
by making c-ares use ares_gettimeofday instead. That prevents the symbol
redefinition error.
By the way, is there any ETA on when c-ares will be released as a stable
build?
Dominick Meglio
-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills. Sign up for IBM's
Free Linux Tutorials. Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
- application/octet-stream attachment: wingettimeofday.diff