Alexandre Julliard : ntdll: Move Nt system time functions to the Unix library.

Alexandre Julliard julliard at winehq.org
Thu Jun 11 15:26:44 CDT 2020


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Thu Jun 11 10:07:09 2020 +0200

ntdll: Move Nt system time functions to the Unix library.

Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/ntdll/time.c              | 125 +++--------------------------------------
 dlls/ntdll/unix/loader.c       |   3 +
 dlls/ntdll/unix/sync.c         | 110 ++++++++++++++++++++++++++++++++++++
 dlls/ntdll/unix/unix_private.h |   1 +
 dlls/ntdll/unix/virtual.c      |   2 +-
 dlls/ntdll/unixlib.h           |   5 +-
 6 files changed, 127 insertions(+), 119 deletions(-)

Diff:   https://source.winehq.org/git/wine.git/?a=commitdiff;h=a4ce2f652d76d033a79434416ff585cd15356a87



More information about the wine-cvs mailing list