18 May
2005
18 May
'05
9:42 a.m.
ChangeSet ID: 17562 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard(a)wine.codeweavers.com 2005/05/18 04:42:18 Modified files: dlls/dbghelp : path.c msc.c Log message: Raphael Junqueira <fenix(a)club-internet.fr> Fix open_pdb_file (used for locate/open pdbs): - pdb_match heuristic now only stop when "first file" exists - SymFindFileInPath now fill output buffer with a valid value on success. Patch: http://cvs.winehq.org/patch.py?id=17562 Old revision New revision Changes Path 1.5 1.6 +4 -1 wine/dlls/dbghelp/path.c 1.13 1.14 +9 -2 wine/dlls/dbghelp/msc.c