Fix for GetFileTime API - Incorrect Modified/Last access Time.

Alexandre Julliard julliard at winehq.org
Wed Apr 21 20:15:47 CDT 2004


Krishna Murthy <Krishna.Murthy at guptaworldwide.com> writes:

> Change of argument type DWORD to LONGLONG of function
> RtlSecondsSince1970ToTime() and RtlSecondsSince1980ToTime() to accept
> negative values.

These are Windows APIs, you cannot simply change their arguments, we
have to be compatible. Pre-1970 times are not going to work right on
Unix anyway; what do you need them for?

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list