Module: wine Branch: master Commit: 07248fc5002fb109de8fc8e51e9d05329e0cd8cc URL: https://source.winehq.org/git/wine.git/?a=commit;h=07248fc5002fb109de8fc8e51...
Author: Alexandre Julliard julliard@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@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=07248fc5002fb109de8fc...