From 8b50eb355696baf263c0d29743ca417f26843cce Mon Sep 17 00:00:00 2001 From: Rob Shearman Date: Mon, 26 Mar 2007 18:26:17 +0100 Subject: [PATCH] ole32: Register the ProgID for the class and file monikers. --- dlls/ole32/regsvr.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dlls/ole32/regsvr.c b/dlls/ole32/regsvr.c index b127c0d0277..fdb45c8a82f 100644 --- a/dlls/ole32/regsvr.c +++ b/dlls/ole32/regsvr.c @@ -491,7 +491,8 @@ static struct regsvr_coclass const coclass_list[] = { "FileMoniker", NULL, "ole32.dll", - "Both" + "Both", + "file" }, { &CLSID_ItemMoniker, "ItemMoniker", @@ -547,7 +548,8 @@ static struct regsvr_coclass const coclass_list[] = { "ClassMoniker", NULL, "ole32.dll", - "Both" + "Both", + "CLSID" }, { &CLSID_PSFactoryBuffer, "PSFactoryBuffer",