crt: Provide emulation of _time64 function Function _time64 is available since msvcr70.dll. For older msvcrt versions provide emulation via WinAPI GetSystemTime() function which is available on all Windows versions and returns native value in SYSTEMTIME format. Signed-off-by: Martin Storsjö <martin@martin.st>