dbghelp: SymFindFileInPath and PDB
commita5b1581e4862216a9b62c731b1532c2859460951
authorEric Pouech <eric.pouech@wanadoo.fr>
Wed, 10 May 2006 19:35:51 +0000 (10 21:35 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 11 May 2006 10:20:12 +0000 (11 12:20 +0200)
tree4f1968f1892cf0ca8d7e5502397789a9e6ae2168
parent2a1d8efde440f7c791bf9f3c675a278203c81ea6
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
dlls/dbghelp/msc.c
dlls/dbghelp/mscvpdb.h
dlls/dbghelp/path.c