| commit | 25756b787300468504eeacc19e76055c42f4925c | [log] [tgz] |
|---|---|---|
| author | Alistair Leslie-Hughes <leslie_alistair@hotmail.com> | Sat Mar 20 21:39:27 2010 +1100 |
| committer | Alexandre Julliard <julliard@winehq.org> | Tue Mar 23 12:45:59 2010 +0100 |
| tree | c41028bc917f186b9859a6cd1f1d7477af5e640a | |
| parent | 5d72f63bd71383343770e7a71c1730849dc627fa [diff] |
oleaut32: Add ISupportErrorInfo registry entry.
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 @@ "Obsolete Font", "OldFont" }, + { &IID_ISupportErrorInfo, + "PSSupportErrorInfo", + "ole2disp.dll", + "oleaut32.dll", + NULL + }, { NULL } /* list terminator */ };