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