Commit c20afad6 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont Committed by Alexandre Julliard

dbghelp: Fix elf_load_module params on non elf system to reflect last change to its definition.

parent f15f06af
...@@ -1504,7 +1504,7 @@ BOOL elf_enum_modules(HANDLE hProc, elf_enum_modules_cb cb, void* user) ...@@ -1504,7 +1504,7 @@ BOOL elf_enum_modules(HANDLE hProc, elf_enum_modules_cb cb, void* user)
return FALSE; return FALSE;
} }
struct module* elf_load_module(struct process* pcs, const char* name, DWORD addr) struct module* elf_load_module(struct process* pcs, const char* name, unsigned long addr)
{ {
return NULL; return NULL;
} }
......
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