ntdll: Don't hard-code DLL manifest resource ID when looking up dependency assembly.
commitd0d472bb3e8680e286e404a73fceb29cebe85b73
authorJinoh Kang <jinoh.kang.kr@gmail.com>
Mon, 29 May 2023 12:18:42 +0000 (29 21:18 +0900)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 29 May 2023 17:46:33 +0000 (29 19:46 +0200)
tree64f62bcd7d779f2edbd8c4a1532db9c55dea4f69
parent2f78a8f2bb580da92fc9d1c7a3c1e2abf233d93d
ntdll: Don't hard-code DLL manifest resource ID when looking up dependency assembly.

This allows any manifest resource IDs (e.g.,
ISOLATIONAWARE_MANIFEST_RESOURCE_ID) to be recognized when looking up
the assembly manifest of a dependency.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=18889
dlls/kernel32/tests/actctx.c
dlls/ntdll/actctx.c