Module: wine Branch: master Commit: 25756b787300468504eeacc19e76055c42f4925c URL: http://source.winehq.org/git/wine.git/?a=commit;h=25756b787300468504eeacc19e...
Author: Alistair Leslie-Hughes leslie_alistair@hotmail.com Date: Sat Mar 20 21:39:27 2010 +1100
oleaut32: Add ISupportErrorInfo registry entry.
---
dlls/oleaut32/regsvr.c | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/dlls/oleaut32/regsvr.c b/dlls/oleaut32/regsvr.c index 12f64fa..f97544f 100644 --- a/dlls/oleaut32/regsvr.c +++ b/dlls/oleaut32/regsvr.c @@ -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 */ };