Signed-off-by: Jacek Caban jacek@codeweavers.com ---
Remapping itself helps in situations when prefix and actual installation version is out of sync. This patch does not take into account forcing builtin PE to be loaded as native, but there is not much we can do about it.
It also allows symbol lookup to be done using real path like in patch 2. I also plan to add that to GNU debug links, but it needs more work to handle PE files anyway.
dlls/dbghelp/dbghelp_private.h | 1 + dlls/dbghelp/image_private.h | 1 + dlls/dbghelp/module.c | 1 + dlls/dbghelp/pe_module.c | 84 ++++++++++++++++++++++++++++++++++ 4 files changed, 87 insertions(+)