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

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


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

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

ntdll: Move the mutex functions to the Unix library.

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

---

 dlls/ntdll/sync.c        |  84 ++++----------------------------------
 dlls/ntdll/unix/loader.c |   4 ++
 dlls/ntdll/unix/sync.c   | 104 +++++++++++++++++++++++++++++++++++++++++++++++
 dlls/ntdll/unixlib.h     |   9 +++-
 4 files changed, 123 insertions(+), 78 deletions(-)

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



More information about the wine-cvs mailing list