ole32: Register the ProgID for the class and file monikers.

This commit is contained in:
Rob Shearman 2007-03-26 18:26:17 +01:00 committed by Alexandre Julliard
parent 2514c0141e
commit 8b50eb3556
1 changed files with 4 additions and 2 deletions

View File

@ -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",