Re: Dbghelp: enhance PDB support

2004-11-12 Thread Eric Pouech
Dimitrie O. Paun a écrit : On Thu, Nov 11, 2004 at 09:25:46PM +0100, Eric Pouech wrote: This (huge) patch does: - apart from restructuring the code (COFF handling goes to new coff.c file, Codeview and PDB defines and types to new mscvpdb.h file) ^^

Re: Dbghelp: enhance PDB support

2004-11-11 Thread Robert Shearman
Dimitrie O. Paun wrote: On Thu, Nov 11, 2004 at 09:25:46PM +0100, Eric Pouech wrote: This (huge) patch does: - apart from restructuring the code (COFF handling goes to new coff.c file, Codeview and PDB defines and types to new mscvpdb.h file)

Re: Dbghelp: enhance PDB support

2004-11-11 Thread Dimitrie O. Paun
On Thu, Nov 11, 2004 at 09:25:46PM +0100, Eric Pouech wrote: > This (huge) patch does: > - apart from restructuring the code (COFF handling goes to new coff.c > file, Codeview and PDB defines and types to new mscvpdb.h file) ^ Shouldn't th