Module: wine Branch: refs/heads/master Commit: f7ed725b60cb756eebec7f8fe261a730cc209e2f URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=f7ed725b60cb756eebec7f8f...
Author: Robert Shearman rob@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,