Module: wine Branch: master Commit: 65edacf93484faf1dc3d11e555081d69556ccbc3 URL: https://source.winehq.org/git/wine.git/?a=commit;h=65edacf93484faf1dc3d11e55...
Author: Alexandre Julliard julliard@winehq.org Date: Thu Jun 4 21:21:33 2020 +0200
ntdll: Move the timer functions to the Unix library.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/ntdll/sync.c | 164 ++++------------------------------------------- dlls/ntdll/unix/loader.c | 5 ++ dlls/ntdll/unix/sync.c | 149 ++++++++++++++++++++++++++++++++++++++++++ dlls/ntdll/unixlib.h | 12 +++- 4 files changed, 179 insertions(+), 151 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=65edacf93484faf1dc3d1...