Module: wine Branch: master Commit: 8bb4bde1e5cae22cd92296b91a69e98ade2ed831 URL: http://source.winehq.org/git/wine.git/?a=commit;h=8bb4bde1e5cae22cd92296b91a... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Wed Jan 19 21:30:14 2011 +0100 shdocvw: Convert coclass registration to the IRegistrar mechanism. --- dlls/shdocvw/Makefile.in | 1 + dlls/shdocvw/factory.c | 39 +++--------------- dlls/shdocvw/shdocvw.inf | 95 ------------------------------------------- dlls/shdocvw/shdocvw_v1.idl | 41 ++++++++++++++++++ include/exdisp.idl | 53 ++++++++++++++++++++---- 5 files changed, 93 insertions(+), 136 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=8bb4bde1e5cae22cd92296...