Module: wine Branch: master Commit: d6001153875351481b1bb8e825b313fd1a8c8503 URL: http://source.winehq.org/git/wine.git/?a=commit;h=d6001153875351481b1bb8e825...
Author: Eric Pouech eric.pouech@orange.fr Date: Fri Aug 29 21:50:46 2008 +0200
dbghelp: Improve the symbol loader.
When looking for a PDB file, no longer use SymFindFileInPath as it doesn't actually check the signatures, but use an internal function instead.
---
dlls/dbghelp/dbghelp_private.h | 4 + dlls/dbghelp/msc.c | 23 +---- dlls/dbghelp/path.c | 205 +++++++++++++++++++++++++++++++++++++++- 3 files changed, 212 insertions(+), 20 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=d6001153875351481b1bb8...