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?