Huw Davies : inetcomm: Register a couple more classes.
Module: wine Branch: master Commit: 98c74280bdbe157ae65ffbd7ef1df7f9c136b364 URL: http://source.winehq.org/git/wine.git/?a=commit;h=98c74280bdbe157ae65ffbd7ef... Author: Huw Davies <huw(a)codeweavers.com> Date: Wed Nov 14 12:12:38 2007 +0000 inetcomm: Register a couple more classes. --- dlls/inetcomm/regsvr.c | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/dlls/inetcomm/regsvr.c b/dlls/inetcomm/regsvr.c index ac3d3f3..9bd9930 100644 --- a/dlls/inetcomm/regsvr.c +++ b/dlls/inetcomm/regsvr.c @@ -432,6 +432,18 @@ static struct regsvr_coclass const coclass_list[] = { "inetcomm.dll", "Both" }, + { &CLSID_IMimeBody, + "CLSID_IMimeBody", + NULL, + "inetcomm.dll", + "Both" + }, + { &CLSID_IMimeMessage, + "CLSID_IMimeMessage", + NULL, + "inetcomm.dll", + "Both" + }, { NULL } /* list terminator */ };
participants (1)
-
Alexandre Julliard