Module: wine Branch: refs/heads/master Commit: 4c2cec55533abcb53a47a26b3cf244fadffcbfe9 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=4c2cec55533abcb53a47a26b...
Author: Eric Pouech eric.pouech@wanadoo.fr Date: Sat Mar 18 13:32:50 2006 +0100
dbghelp: Fieldlist.
- now that we have offset tables to type, we can cleanly parse the field-lists and remove the associated kludges - also adding internal structure for easing parameter sharing across functions (codeview_type_parse) - in mscvpdb.h, also reparated the type records that are referenced from other type records (union codeview_type_ref) from type records referenced by symbols (union codeview_type)
---
dlls/dbghelp/msc.c | 210 +++++++++++++++++++++++------------------------- dlls/dbghelp/mscvpdb.h | 30 +++++-- 2 files changed, 121 insertions(+), 119 deletions(-)
Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=4c2cec55533abcb53a47...