Alexandre Julliard : ntdll: Add support for loading a Unix helper library from builtin dlls.

Alexandre Julliard julliard at winehq.org
Mon Sep 21 15:12:15 CDT 2020


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Mon Sep 21 13:41:28 2020 +0200

ntdll: Add support for loading a Unix helper library from builtin dlls.

Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/ntdll/loader.c       |  31 ++++++++++-
 dlls/ntdll/ntdll.spec     |   3 +
 dlls/ntdll/unix/loader.c  | 136 ++++++++++++++++++++++++++++++++++++++++++++--
 dlls/ntdll/unixlib.h      |   4 +-
 dlls/winecrt0/Makefile.in |   3 +-
 dlls/winecrt0/unix_lib.c  |  55 +++++++++++++++++++
 include/winternl.h        |   3 +
 7 files changed, 224 insertions(+), 11 deletions(-)

Diff:   https://source.winehq.org/git/wine.git/?a=commitdiff;h=a014f413d6719cce883cafe9f40ec0b6468de097



More information about the wine-cvs mailing list