Alexandre Julliard pushed to branch master at wine / wine
Commits: 2c0446aa by Brendan Shanks at 2024-09-19T15:02:36+02:00 Revert "configure: Don't define HAVE_CLOCK_GETTIME on macOS.".
All our supported macOS versions (10.12 and newer) now have clock_gettime(). This reverts commit 5ddcfa019d027d9d690c98151c708eb4e7d5f72b.
- - - - - fc13fe9b by Brendan Shanks at 2024-09-19T15:02:36+02:00 ntdll: Always use mach_continuous_time() on macOS.
mach_continuous_time() is available on all our supported macOS versions (10.12 and newer).
- - - - -
5 changed files:
- configure - configure.ac - dlls/ntdll/unix/sync.c - include/config.h.in - server/request.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/64dd96d43ed8f8c271a6c0f4c44bf6...