- moved into new mscvpdb.h (out of msc.c) all types and defines needed
commit9995c7d3682e5d29f25af117e289faef1cdd7ef6
authorEric Pouech <pouech-eric@wanadoo.fr>
Sun, 21 Nov 2004 15:51:47 +0000 (21 15:51 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Sun, 21 Nov 2004 15:51:47 +0000 (21 15:51 +0000)
treeb6bea322b7b7add48a4b359c04f92c91d78465a5
parent970a87799500be06b4a843647949b43a9f934ac1
- 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
dlls/dbghelp/Makefile.in
dlls/dbghelp/coff.c [new file with mode: 0644]
dlls/dbghelp/msc.c
dlls/dbghelp/mscvpdb.h [new file with mode: 0644]