4 Feb
2025
4 Feb
'25
5:55 p.m.
Tim Clem (@tclem) commented about dlls/ntdll/unix/sync.c:
*/ NTSTATUS WINAPI NtQuerySystemTime( LARGE_INTEGER *time ) { -#ifdef HAVE_CLOCK_GETTIME +#ifdef __APPLE__ + extern int __commpage_gettimeofday( struct timeval *tp ); I think this calls for a quick comment (or at least a note in the commit message) as to why we're using this function.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/7256#note_93591