Module: wine Branch: master Commit: 20310d1d6c0a5e516038e60b1786a51534db3680 URL: http://source.winehq.org/git/wine.git/?a=commit;h=20310d1d6c0a5e516038e60b17...
Author: Alexandre Julliard julliard@winehq.org Date: Wed Dec 22 21:26:11 2010 +0100
mshtml: Convert the classes registration to the IRegistrar mechanism.
---
dlls/mshtml/Makefile.in | 4 + dlls/mshtml/main.c | 10 +- dlls/mshtml/mshtml.inf | 203 --------------------------- dlls/mshtml/mshtml_classes.idl | 299 ++++++++++++++++++++++++++++++++++++++++ dlls/mshtml/mshtml_tlb.idl | 19 +++ 5 files changed, 329 insertions(+), 206 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=20310d1d6c0a5e516038e6...