dbghelp: when (re)building the per module symbol table (lookup by address), no longer...
commit609ec7b11d1157a4e22bf2a813d1e99506f85ac0
authorEric Pouech <eric.pouech@orange.fr>
Thu, 25 Jun 2009 20:27:38 +0000 (25 22:27 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 26 Jun 2009 10:01:00 +0000 (26 12:01 +0200)
tree928cc66446912d829b3ea946f28ceb7ba14bf46b
parentdde39fddc537c846853ae2f9f85cb14581fec3e2
dbghelp: when (re)building the per module symbol table (lookup by address), no longer iterate over the hash table.

Directly add to the table when adding a new symbol.
dlls/dbghelp/dbghelp_private.h
dlls/dbghelp/module.c
dlls/dbghelp/symbol.c