4 Jun
2020
4 Jun
'20
9:08 p.m.
Module: wine Branch: master Commit: 8b87d6b81408e5d6fe34f9e9fda1df2f4f2e5cd0 URL: https://source.winehq.org/git/wine.git/?a=commit;h=8b87d6b81408e5d6fe34f9e9f... Author: Alexandre Julliard <julliard(a)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(a)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=8b87d6b81408e5d6fe34f...