Commit 8b50eb35 authored by Rob Shearman's avatar Rob Shearman Committed by Alexandre Julliard

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

parent 2514c014
......@@ -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",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment