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

This commit is contained in:
Pierre d'Herbemont 2006-12-01 14:02:41 +01:00 committed by Alexandre Julliard
parent f15f06af38
commit c20afad608
1 changed files with 1 additions and 1 deletions

View File

@ -1504,7 +1504,7 @@ BOOL elf_enum_modules(HANDLE hProc, elf_enum_modules_cb cb, void* user)
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;
}