diff --git a/dlls/dbghelp/elf_module.c b/dlls/dbghelp/elf_module.c index 6f6351f01d2..4ce18265a6d 100644 --- a/dlls/dbghelp/elf_module.c +++ b/dlls/dbghelp/elf_module.c @@ -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; }