Module: wine Branch: refs/heads/master Commit: a5b1581e4862216a9b62c731b1532c2859460951 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=a5b1581e4862216a9b62c731...
Author: Eric Pouech eric.pouech@wanadoo.fr Date: Wed May 10 21:35:51 2006 +0200
dbghelp: SymFindFileInPath and PDB
- implemented correct lookup when SymFindFileInPath is called to find a PDB file - added pdb_fetch_file_info to gather relevant information - when looking for a PDB file (from a .EXE or a .DLL), now using SymFindFileInPath to locate the PDB file with the correct information
---
dlls/dbghelp/dbghelp_private.h | 24 ++++ dlls/dbghelp/msc.c | 238 +++++++++++++++++++++++----------------- dlls/dbghelp/mscvpdb.h | 8 + dlls/dbghelp/path.c | 46 +++++++- 4 files changed, 206 insertions(+), 110 deletions(-)
Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=a5b1581e4862216a9b62...