Alexandre Julliard : ntdll: Move more object manager functions to the Unix library.
Module: wine Branch: master Commit: 76e48978a95deed5eb5fa601486648e3665d21ad URL: https://source.winehq.org/git/wine.git/?a=commit;h=76e48978a95deed5eb5fa6014... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Fri Jul 17 11:47:19 2020 +0200 ntdll: Move more object manager functions to the Unix library. Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/ntdll/ntdll.spec | 28 ++--- dlls/ntdll/ntdll_misc.h | 1 - dlls/ntdll/om.c | 304 ------------------------------------------------ dlls/ntdll/sync.c | 13 --- dlls/ntdll/unix/sync.c | 201 ++++++++++++++++++++++++++++++++ 5 files changed, 215 insertions(+), 332 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=76e48978a95deed5eb5fa...
participants (1)
-
Alexandre Julliard