oleaut32: Add ISupportErrorInfo registry entry.

This commit is contained in:
Alistair Leslie-Hughes 2010-03-20 21:39:27 +11:00 committed by Alexandre Julliard
parent 5d72f63bd7
commit 25756b7873
1 changed files with 6 additions and 0 deletions

View File

@ -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 */
};