Module: wine Branch: refs/heads/master Commit: 79b47204f057b648437b9594104e27f47b38b316 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=79b47204f057b648437b9594... Author: Eric Pouech <eric.pouech(a)wanadoo.fr> Date: Sat Mar 18 13:33:06 2006 +0100 dbghelp: Type parsing refactoring. - seperate types' table handling from a single type handling by adding codeview_parse_one_type function - factored all calls for caching symt - make type parsing helpers return the symt instead of a simple error status --- dlls/dbghelp/msc.c | 404 ++++++++++++++++++++++++++-------------------------- 1 files changed, 205 insertions(+), 199 deletions(-) Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=79b47204f057b648437b...