28 Sep
2021
28 Sep
'21
1:02 a.m.
On Mon, Sep 27, 2021 at 5:59 PM Paul Gofman <pgofman(a)codeweavers.com> wrote:
From: Alex Henrie <alexhenrie24(a)gmail.com>
Changes from the original patch: - compare full exe path instead of extension; - don't use shlwapi; - rename ntdll_path to expected_path; - move test to kernel32/tests/module.c; - change formatting.
"Based on a patch by Alex Henrie." would be more appropriate than "From: Alex Henrie" in this patch and the next. I abandoned my work on LdrGetDllFullName once I realized that I didn't really need it. Thanks for picking it up again! -Alex