23 Jan
2012
23 Jan
'12
7:01 p.m.
Module: wine Branch: master Commit: 026ec7f69072476a738279c4abbfabc298c0aa9a URL: http://source.winehq.org/git/wine.git/?a=commit;h=026ec7f69072476a738279c4ab... Author: Eric Pouech <eric.pouech(a)orange.fr> Date: Sun Jan 22 12:57:59 2012 +0100 dbghelp: Do all module and symbol names matching using unicode string (and new regular expression matcher). --- dlls/dbghelp/dbghelp_private.h | 3 +- dlls/dbghelp/module.c | 3 - dlls/dbghelp/symbol.c | 242 +++++++++++++++++----------------------- dlls/dbghelp/type.c | 13 ++ 4 files changed, 118 insertions(+), 143 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=026ec7f69072476a738279...