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