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

oldstable
Alexandre Julliard 2008-09-25 11:52:16 +02:00
parent 72faaf1273
commit c6f74a4988
1 changed files with 6 additions and 6 deletions

View File

@ -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",