ChangeSet ID: 14535 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/11/21 09:51:47
Modified files: dlls/dbghelp : msc.c Makefile.in Added files: dlls/dbghelp : mscvpdb.h coff.c
Log message: Eric Pouech pouech-eric@wanadoo.fr - moved into new mscvpdb.h (out of msc.c) all types and defines needed to parse debug files generated by MS tools - moved into coff.c (and out of msc.c) the COFF handling - cleaned lots of types (add consistency across structs) - versioning of some defines and types (to follow MS tools evolution) - enhanced V2 of symbols parsing (some more types recognized, support of imported .pdb files) - added support for newest .pdb format
Patch: http://cvs.winehq.org/patch.py?id=14535
Old revision New revision Changes Path 1.8 1.9 +1196 -1975 wine/dlls/dbghelp/msc.c 1.1 1.2 +1 -0 wine/dlls/dbghelp/Makefile.in Added 1.1 +0 -0 wine/dlls/dbghelp/mscvpdb.h Added 1.1 +0 -0 wine/dlls/dbghelp/coff.c