oleaut32: Add ISupportErrorInfo registry entry.
This commit is contained in:
parent
5d72f63bd7
commit
25756b7873
|
@ -480,6 +480,12 @@ static struct regsvr_coclass const coclass_list[] = {
|
|||
"Obsolete Font",
|
||||
"OldFont"
|
||||
},
|
||||
{ &IID_ISupportErrorInfo,
|
||||
"PSSupportErrorInfo",
|
||||
"ole2disp.dll",
|
||||
"oleaut32.dll",
|
||||
NULL
|
||||
},
|
||||
{ NULL } /* list terminator */
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue