Robert Shearman : ole32: Register CLSID_CompositeMoniker.

Alexandre Julliard julliard at wine.codeweavers.com
Mon May 8 09:05:54 CDT 2006


Module: wine
Branch: refs/heads/master
Commit: f7ed725b60cb756eebec7f8fe261a730cc209e2f
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=f7ed725b60cb756eebec7f8fe261a730cc209e2f

Author: Robert Shearman <rob at codeweavers.com>
Date:   Mon May  8 12:35:56 2006 +0100

ole32: Register CLSID_CompositeMoniker.

---

 dlls/ole32/regsvr.c |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/dlls/ole32/regsvr.c b/dlls/ole32/regsvr.c
index b58273e..31f0e22 100644
--- a/dlls/ole32/regsvr.c
+++ b/dlls/ole32/regsvr.c
@@ -458,6 +458,12 @@ static struct regsvr_coclass const cocla
 	"ole32.dll",
 	"Both"
     },
+    {   &CLSID_CompositeMoniker,
+	"CompositeMoniker",
+	NULL,
+	"ole32.dll",
+	"Both"
+    },
     {   &CLSID_DfMarshal,
 	"DfMarshal",
 	NULL,




More information about the wine-cvs mailing list