Module: wine Branch: master Commit: cf0a828b02af45beb0b42ce9dbb08e3ee702deff URL: https://source.winehq.org/git/wine.git/?a=commit;h=cf0a828b02af45beb0b42ce9d...
Author: Paul Gofman pgofman@codeweavers.com Date: Mon Sep 27 13:50:01 2021 +0300
ntdll: Implement LdrGetDllHandleEx() function.
Signed-off-by: Paul Gofman pgofman@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/kernel32/tests/module.c | 107 +++++++++++++++++++++++++++++++++++++++++++ dlls/ntdll/loader.c | 44 ++++++++++++++++-- dlls/ntdll/ntdll.spec | 1 + include/winternl.h | 5 ++ 4 files changed, 152 insertions(+), 5 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=cf0a828b02af45beb0b42...