Module: wine Branch: master Commit: d2886a05f9fe26c89c50c7bce86bc0656c63643c URL: http://source.winehq.org/git/wine.git/?a=commit;h=d2886a05f9fe26c89c50c7bce8...
Author: Jacek Caban jacek@codeweavers.com Date: Thu Jul 24 16:26:23 2014 +0200
wine/debug.h: Added debugstr_variant and debugstr_vt aliases and removed all duplicated implementations.
---
dlls/ieframe/ieframe.h | 2 -- dlls/ieframe/ieframe_main.c | 27 ------------------------ dlls/jscript/jscript.h | 1 - dlls/jscript/jsutils.c | 29 -------------------------- dlls/mshtml/main.c | 31 ---------------------------- dlls/mshtml/mshtml_private.h | 1 - dlls/msxml3/main.c | 44 ---------------------------------------- dlls/msxml3/msxml_private.h | 2 -- dlls/oleacc/main.c | 32 ----------------------------- dlls/oleacc/oleacc_private.h | 1 - dlls/oleaut32/variant.c | 10 --------- dlls/oleaut32/variant.h | 3 --- dlls/taskschd/taskschd.c | 31 ---------------------------- dlls/taskschd/taskschd_private.h | 1 - dlls/vbscript/vbscript.h | 2 -- dlls/vbscript/vbscript_main.c | 32 ----------------------------- dlls/wbemprox/wbemprox_private.h | 31 ---------------------------- dlls/winhttp/request.c | 3 ++- dlls/winhttp/winhttp_private.h | 31 ---------------------------- dlls/wshom.ocx/shell.c | 32 ----------------------------- include/wine/debug.h | 5 +++++ 21 files changed, 7 insertions(+), 344 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=d2886a05f9fe26c89c50c7...