Module: wine Branch: master Commit: a0a2b25a444110d742433c5f10e2e02092749e7b URL: https://source.winehq.org/git/wine.git/?a=commit;h=a0a2b25a444110d742433c5f1...
Author: Alexandre Julliard julliard@winehq.org Date: Tue Oct 1 13:59:51 2019 +0200
kernel32: Move Get/SetDllDirectory() implementation to ntdll.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/kernel32/module.c | 99 ++++++++++++++++++++++++-------------------- dlls/kernel32/tests/module.c | 54 ++++++++++++++++++++---- dlls/ntdll/loader.c | 49 ++++++++++++++++++++++ dlls/ntdll/ntdll.spec | 2 + include/winternl.h | 6 ++- 5 files changed, 154 insertions(+), 56 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=a0a2b25a444110d742433...