Commit 25756b78 authored by Alistair Leslie-Hughes's avatar Alistair Leslie-Hughes Committed by Alexandre Julliard

oleaut32: Add ISupportErrorInfo registry entry.

parent 5d72f63b
...@@ -480,6 +480,12 @@ static struct regsvr_coclass const coclass_list[] = { ...@@ -480,6 +480,12 @@ static struct regsvr_coclass const coclass_list[] = {
"Obsolete Font", "Obsolete Font",
"OldFont" "OldFont"
}, },
{ &IID_ISupportErrorInfo,
"PSSupportErrorInfo",
"ole2disp.dll",
"oleaut32.dll",
NULL
},
{ NULL } /* list terminator */ { NULL } /* list terminator */
}; };
......
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