dbghelp: Added a field to the hash table to store the number of elements in the hash...
commita1a879363d63f12bdfa59b2f38bd3a731ba01d24
authorEric Pouech <eric.pouech@wanadoo.fr>
Tue, 5 Dec 2006 21:13:27 +0000 (5 22:13 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 6 Dec 2006 10:37:38 +0000 (6 11:37 +0100)
treef365e7a2341bb153173c5ee5822fbbf5566b5118
parent4806320b4829c7007fce3d796fbe6cef9682d2a8
dbghelp: Added a field to the hash table to store the number of elements in the hash table.

Make use of it to get rid to module_compute_num_syms.
dlls/dbghelp/dbghelp_private.h
dlls/dbghelp/module.c
dlls/dbghelp/storage.c
dlls/dbghelp/symbol.c