Fix compile on non-ELF host.

This commit is contained in:
Emmanuel Maillard 2005-05-05 09:50:13 +00:00 committed by Alexandre Julliard
parent fa8d7a0fe6
commit 034ebcc19e
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}