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

Pierre d'Herbemont pdherbemont at free.fr
Fri Dec 1 07:02:41 CST 2006


And thus fix build on Mac OS X.

Pierre.
---
  dlls/dbghelp/elf_module.c |    2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)
-------------- next part --------------
diff --git a/dlls/dbghelp/elf_module.c b/dlls/dbghelp/elf_module.c
index c389412..85494ca 100644
--- a/dlls/dbghelp/elf_module.c
+++ b/dlls/dbghelp/elf_module.c
@@ -1504,7 +1504,7 @@ BOOL elf_enum_modules(HANDLE hProc, elf_
     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;
 }


More information about the wine-patches mailing list