dbghelp: Rewrote module_is_elf_container_loaded so that it no longer
commit59f93f64b752decc4fb1699a68d3996ba3ee383b
authorEric Pouech <eric.pouech@wanadoo.fr>
Tue, 13 Mar 2007 16:32:57 +0000 (13 17:32 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 13 Mar 2007 19:54:21 +0000 (13 20:54 +0100)
tree8ad300b01177e507a9f8f05cad66a2d3a7c7f306
parenta6a57c934c19c6c2c4efcb1917af066924db0dd5
dbghelp: Rewrote module_is_elf_container_loaded so that it no longer
uses the stored ModuleName (that the dbghelp's caller can override) but rather a
combination of base address and filename for the module.
dlls/dbghelp/module.c