On Wed, 23 Feb 2011, Kamil Dudka wrote:
Thank you for the report. Does the attached patch solve the problem?
I think it is a step in the right direction, but it shows we have another
generic win64 problem:
time_t is 64bit, long is 32bit [*]
We must use time_t types to store time and we cannot use longs to hold them...
(thus curl_easy_getinfo's CURLINFO_FILETIME for example is currently
broken...)
[*] = http://msdn.microsoft.com/en-us/library/3b2e7499%28v=vs.80%29.aspx
--
/ daniel.haxx.se
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html