Re: Fix for GetFileTime API - Incorrect Modified/Last access Time.
April 22, 2004
1:15 a.m.
Krishna Murthy <Krishna.Murthy(a)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(a)winehq.org
8009
Age (days ago)
8009
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard