Module: wine Branch: refs/heads/master Commit: 209e175d83674c162a58b05941b5fdaa7694c632 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=209e175d83674c162a58b059... Author: Eric Pouech <eric.pouech(a)wanadoo.fr> Date: Sat Mar 18 13:32:56 2006 +0100 dbghelp: Cleanup MSC bitfield handling. - no longer caching bitfield information but accessing it directly when needed - removed all kludges for bitfield handling - reused BOOL parameter to codeview_get_type for monitoring traces (will be used in later patches) --- dlls/dbghelp/msc.c | 186 +++++++++++++++--------------------------------- dlls/dbghelp/mscvpdb.h | 36 +++++---- 2 files changed, 76 insertions(+), 146 deletions(-) Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=209e175d83674c162a58...