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

Alexandre Julliard julliard at winehq.org
Mon Jun 15 15:03:04 CDT 2020


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Sat Jun 13 13:21:26 2020 +0200

ntdll: Move the job functions to the Unix library.

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

---

 dlls/ntdll/sync.c        | 229 ++--------------------------------------------
 dlls/ntdll/unix/loader.c |   7 ++
 dlls/ntdll/unix/sync.c   | 230 +++++++++++++++++++++++++++++++++++++++++++++++
 dlls/ntdll/unixlib.h     |  13 ++-
 4 files changed, 256 insertions(+), 223 deletions(-)

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



More information about the wine-cvs mailing list