dbghelp: While loading MSC debug info, don't handle public symbol at once, but delay...
commit69bbefac5f01dd347df461131f01f113dbcaf044
authorEric Pouech <eric.pouech@orange.fr>
Sat, 6 Sep 2008 20:20:19 +0000 (6 22:20 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 8 Sep 2008 10:47:21 +0000 (8 12:47 +0200)
tree35b103347187e6721990af78a2f50c10780056e8
parent2f98c59adbc3f72b074d4a263e28a573df53423b
dbghelp: While loading MSC debug info, don't handle public symbol at once, but delay their handling after all other symbols are loaded.

This allows to handle properly addresses between public and real
symbols. It should also increase drastically the performance of
.dbg/.pdb loading.
dlls/dbghelp/msc.c