Alexandre Julliard : ntdll: Move the loadorder support to the Unix library.
Module: wine Branch: master Commit: 22da5bd75780e9177a9f674c56a7d103665de749 URL: https://source.winehq.org/git/wine.git/?a=commit;h=22da5bd75780e9177a9f674c5... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Tue Mar 16 11:04:05 2021 +0100 ntdll: Move the loadorder support to the Unix library. Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/ntdll/Makefile.in | 2 +- dlls/ntdll/loader.c | 2 +- dlls/ntdll/ntdll_misc.h | 13 ---- dlls/ntdll/unix/loader.c | 1 + dlls/ntdll/{ => unix}/loadorder.c | 157 +++++++++++++++----------------------- dlls/ntdll/unix/unix_private.h | 18 +++++ dlls/ntdll/unixlib.h | 14 +++- 7 files changed, 95 insertions(+), 112 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=22da5bd75780e9177a9f6...
participants (1)
-
Alexandre Julliard