curl-library
Re: 7.21.4: Win32 warning C4244 in transfer.c line 553 introduced
From: Daniel Stenberg <daniel_at_haxx.se>
Date: Thu, 24 Feb 2011 09:24:18 +0100 (CET)
Date: Thu, 24 Feb 2011 09:24:18 +0100 (CET)
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.htmlReceived on 2011-02-24