Alexandre Julliard : ntdll: Move the timer functions to the Unix library.

Alexandre Julliard julliard at winehq.org
Thu Jun 4 16:08:01 CDT 2020


Module: wine
Branch: master
Commit: 65edacf93484faf1dc3d11e555081d69556ccbc3
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=65edacf93484faf1dc3d11e555081d69556ccbc3

Author: Alexandre Julliard <julliard at 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 at 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=65edacf93484faf1dc3d11e555081d69556ccbc3



More information about the wine-cvs mailing list