Commit 6da201fd authored by Alexandre Julliard's avatar Alexandre Julliard

Added dummy read_elf_info for the non-ELF case (reported by Steven

Edwards).
parent b5754fc8
......@@ -1702,4 +1702,9 @@ enum DbgInfoLoad DEBUG_ReadExecutableDbgInfo(const char* exe_name)
return FALSE;
}
int read_elf_info(const char* filename, unsigned long tab[])
{
return 0;
}
#endif /* __ELF__ */
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