Commit 034ebcc1 authored by Emmanuel Maillard's avatar Emmanuel Maillard Committed by Alexandre Julliard

Fix compile on non-ELF host.

parent fa8d7a0f
......@@ -1409,7 +1409,7 @@ struct module* elf_load_module(struct process* pcs, const char* name, DWORD add
return NULL;
}
BOOL elf_load_debug_info(struct module* module)
BOOL elf_load_debug_info(struct module* module, struct elf_file_map* fmap)
{
return FALSE;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment