Alexandre Julliard : kernel32: Move dll path functions to ntdll.

Alexandre Julliard julliard at winehq.org
Thu Oct 3 16:44:00 CDT 2019


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Thu Oct  3 14:14:36 2019 +0200

kernel32: Move dll path functions to ntdll.

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

---

 dlls/kernel32/kernel32.spec     |   6 +-
 dlls/kernel32/kernel_private.h  |   3 -
 dlls/kernel32/module.c          | 400 +---------------------------------------
 dlls/kernel32/process.c         |   5 +-
 dlls/kernel32/tests/path.c      | 150 +++++++++++++--
 dlls/kernelbase/kernelbase.spec |   6 +-
 dlls/kernelbase/loader.c        |  32 ++++
 dlls/ntdll/loader.c             | 266 +++++++++++++++++++++++---
 dlls/ntdll/ntdll.spec           |   6 +-
 include/winternl.h              |   4 +
 10 files changed, 437 insertions(+), 441 deletions(-)

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



More information about the wine-cvs mailing list