dbghelp: Improve the symbol loader for .DBG files.
commit2994e9885001f0a117526837a8c71a42de5b4b23
authorEric Pouech <eric.pouech@orange.fr>
Fri, 29 Aug 2008 19:50:53 +0000 (29 21:50 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 4 Sep 2008 11:47:11 +0000 (4 13:47 +0200)
treefd1ce2c478726eb36bf482ce79853d21c733159c
parentd6001153875351481b1bb8e825b313fd1a8c8503
dbghelp: Improve the symbol loader for .DBG files.

When looking for a .DBG file, first look for a .DBG file matching all
attributes, then for a .DBG partially matching the attributes.
dlls/dbghelp/dbghelp_private.h
dlls/dbghelp/module.c
dlls/dbghelp/path.c
dlls/dbghelp/pe_module.c