Alexandre Julliard : ntdll: Move the loadorder support to the Unix library.

Alexandre Julliard julliard at winehq.org
Tue Mar 16 16:39:03 CDT 2021


Module: wine
Branch: master
Commit: 22da5bd75780e9177a9f674c56a7d103665de749
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=22da5bd75780e9177a9f674c56a7d103665de749

Author: Alexandre Julliard <julliard at 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 at 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=22da5bd75780e9177a9f674c56a7d103665de749



More information about the wine-cvs mailing list