[PATCH] Add ISupportErrorInfo register enteries

Alistair Leslie-Hughes leslie_alistair at hotmail.com
Sat Mar 20 05:39:27 CDT 2010


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


--------------070709010200080300050106--



More information about the wine-patches mailing list