May 15, 2026
12:41 p.m.
Piotr Caban (@piotr) commented about dlls/msvcrt/time.c:
__time64_t CDECL _time64(__time64_t *buf) { __time64_t curtime; - struct __timeb64 tb; + FILETIME ft; + ULONGLONG time; + + _tzset_init(); Is there any reason for calling `_tzset_init` here? Could you please also remove some blank lines from the function?
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/10893#note_140002