ChangeSet ID: 12610 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/06/14 12:58:32
Modified files: include : dbghelp.h dlls/dbghelp : type.c pe_module.c path.c msc.c dbghelp.spec
Log message: Eric Pouech pouech-eric@wanadoo.fr - implemented EnumDirTree, SearchTreeForFile, SymFindFileInPath, SymMatchFileName - made use of SymFindFileInPath to lookup .dbg and .pdb files - fixed a crash in CodeView enum handling
Patch: http://cvs.winehq.org/patch.py?id=12610
Old revision New revision Changes Path 1.6 1.7 +4 -0 wine/include/dbghelp.h 1.5 1.6 +1 -1 wine/dlls/dbghelp/type.c 1.3 1.4 +12 -3 wine/dlls/dbghelp/pe_module.c 1.1 1.2 +162 -9 wine/dlls/dbghelp/path.c 1.4 1.5 +9 -21 wine/dlls/dbghelp/msc.c 1.1 1.2 +3 -2 wine/dlls/dbghelp/dbghelp.spec