Alexandre Julliard : oleaut32: Fix a couple of interface registrations to match Windows.

Alexandre Julliard julliard at winehq.org
Thu Sep 25 07:13:39 CDT 2008


Module: wine
Branch: master
Commit: c6f74a4988f3bf4f8c38676e4dd4629fdb1a0375
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=c6f74a4988f3bf4f8c38676e4dd4629fdb1a0375

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Thu Sep 25 11:52:16 2008 +0200

oleaut32: Fix a couple of interface registrations to match Windows.

---

 dlls/oleaut32/regsvr.c |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/dlls/oleaut32/regsvr.c b/dlls/oleaut32/regsvr.c
index a65c109..093e5c7 100644
--- a/dlls/oleaut32/regsvr.c
+++ b/dlls/oleaut32/regsvr.c
@@ -594,11 +594,11 @@ static struct regsvr_interface const interface_list[] = {
 	&CLSID_PSFactoryBuffer
     },
     {   &IID_IFontEventsDisp,
-	"IFontEventsDisp",
+	"FontEvents",
 	NULL,
 	7,
 	NULL,
-	&CLSID_PSFactoryBuffer
+	&CLSID_PSDispatch
     },
     {   &IID_IPropertyBag,
 	"IPropertyBag",
@@ -629,11 +629,11 @@ static struct regsvr_interface const interface_list[] = {
 	&CLSID_PSFactoryBuffer
     },
     {   &IID_IPictureDisp,
-	"IPictureDisp",
+	"Picture",
 	NULL,
 	7,
 	NULL,
-	&CLSID_PSFactoryBuffer
+	&CLSID_PSDispatch
     },
     {   &IID_IPersistStreamInit,
 	"IPersistStreamInit",
@@ -783,11 +783,11 @@ static struct regsvr_interface const interface_list[] = {
 	&CLSID_PSFactoryBuffer
     },
     {   &IID_IFontDisp,
-	"IFontDisp",
+	"Font",
 	NULL,
 	7,
 	NULL,
-	&CLSID_PSFactoryBuffer
+	&CLSID_PSDispatch
     },
     {   &IID_IQuickActivate,
 	"IQuickActivate",




More information about the wine-cvs mailing list