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