mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 05:00:30 +00:00
dbghelp: Set also reloc_delta information in module description for PE native modules.
This commit is contained in:
parent
6d7c2e02d8
commit
0be7461fc8
@ -775,6 +775,7 @@ struct module* pe_load_native_module(struct process* pcs, const WCHAR* name,
|
||||
module->module.SymType = SymDeferred;
|
||||
else
|
||||
pe_load_debug_info(pcs, module);
|
||||
module->reloc_delta = base - modfmt->u.pe_info->fmap.u.pe.ntheader.OptionalHeader.ImageBase;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user