Alexandre Julliard : ntdll: Move the keyed 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: f1276b25ae72e81cf044134bae92db6ef73be3a1
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=f1276b25ae72e81cf044134bae92db6ef73be3a1

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Thu Jun  4 21:27:22 2020 +0200

ntdll: Move the keyed event functions to the Unix library.

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

---

 dlls/ntdll/sync.c              | 57 ++------------------------
 dlls/ntdll/unix/loader.c       |  4 ++
 dlls/ntdll/unix/sync.c         | 90 ++++++++++++++++++++++++++++++++++++++++++
 dlls/ntdll/unix/thread.c       |  1 +
 dlls/ntdll/unix/unix_private.h |  1 +
 dlls/ntdll/unixlib.h           | 10 ++++-
 6 files changed, 109 insertions(+), 54 deletions(-)

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



More information about the wine-cvs mailing list