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

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


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Thu Jun  4 20:34:58 2020 +0200

ntdll: Move the event functions to the Unix library.

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

---

 dlls/ntdll/sync.c        | 105 +++-----------------------------
 dlls/ntdll/unix/loader.c |   7 +++
 dlls/ntdll/unix/sync.c   | 154 +++++++++++++++++++++++++++++++++++++++++++++++
 dlls/ntdll/unixlib.h     |  12 +++-
 4 files changed, 181 insertions(+), 97 deletions(-)

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



More information about the wine-cvs mailing list