We have Team Developer Product for MS Windows which has its own language and in the process of verifying on Wine. Few of test cases working on Windows are failing in Wine. Hence I have submitted this patch.
Yes, since Pre-1970 times are not going to work on Unix anyway we could release note this in our product.
Thanks for your input on this. Krishna
-----Original Message----- From: Alexandre Julliard [mailto:julliard@winehq.org] Sent: Wednesday, April 21, 2004 6:16 PM To: Krishna Murthy Cc: wine-devel@winehq.org Subject: Re: Fix for GetFileTime API - Incorrect Modified/Last access Time.
Krishna Murthy Krishna.Murthy@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@winehq.org