Huw Davies : inetcomm: Register a couple more classes.

Alexandre Julliard julliard at winehq.org
Thu Nov 15 07:45:02 CST 2007


Module: wine
Branch: master
Commit: 98c74280bdbe157ae65ffbd7ef1df7f9c136b364
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=98c74280bdbe157ae65ffbd7ef1df7f9c136b364

Author: Huw Davies <huw at 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 */
 };
 




More information about the wine-cvs mailing list