Register Component Categories Manager

Robert Shearman rob at codeweavers.com
Fri Sep 24 09:11:59 CDT 2004


Changelog:
Register component categories manager.
-------------- next part --------------
Index: wine/dlls/ole32/regsvr.c
===================================================================
RCS file: /home/wine/wine/dlls/ole32/regsvr.c,v
retrieving revision 1.7
diff -u -p -r1.7 regsvr.c
--- wine/dlls/ole32/regsvr.c	12 Jul 2004 19:50:14 -0000	1.7
+++ wine/dlls/ole32/regsvr.c	24 Sep 2004 13:27:54 -0000
@@ -441,6 +441,12 @@ static struct regsvr_coclass const cocla
 	"ole32.dll",
 	"Apartment"
     },
+    {   &CLSID_StdComponentCategoriesMgr,
+	"Component Categories Manager",
+	NULL,
+	"ole32.dll",
+	"Both"
+    },
     { NULL }			/* list terminator */
 };
 


More information about the wine-patches mailing list