2 Feb
2026
2 Feb
'26
10:40 a.m.
I'd propose changes in `server/request.c` in following way: ```diff --- a/server/request.c +++ a/server/request.c /* return a monotonic time counter */ timeout_t monotonic_counter(void) { + if (serverboottime) return current_time - server_start_time; #ifdef __APPLE__ static mach_timebase_info_data_t timebase; ``` -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10005#note_128524