oleaut32: Fix a couple of interface registrations to match Windows.
This commit is contained in:
parent
72faaf1273
commit
c6f74a4988
|
@ -594,11 +594,11 @@ static struct regsvr_interface const interface_list[] = {
|
||||||
&CLSID_PSFactoryBuffer
|
&CLSID_PSFactoryBuffer
|
||||||
},
|
},
|
||||||
{ &IID_IFontEventsDisp,
|
{ &IID_IFontEventsDisp,
|
||||||
"IFontEventsDisp",
|
"FontEvents",
|
||||||
NULL,
|
NULL,
|
||||||
7,
|
7,
|
||||||
NULL,
|
NULL,
|
||||||
&CLSID_PSFactoryBuffer
|
&CLSID_PSDispatch
|
||||||
},
|
},
|
||||||
{ &IID_IPropertyBag,
|
{ &IID_IPropertyBag,
|
||||||
"IPropertyBag",
|
"IPropertyBag",
|
||||||
|
@ -629,11 +629,11 @@ static struct regsvr_interface const interface_list[] = {
|
||||||
&CLSID_PSFactoryBuffer
|
&CLSID_PSFactoryBuffer
|
||||||
},
|
},
|
||||||
{ &IID_IPictureDisp,
|
{ &IID_IPictureDisp,
|
||||||
"IPictureDisp",
|
"Picture",
|
||||||
NULL,
|
NULL,
|
||||||
7,
|
7,
|
||||||
NULL,
|
NULL,
|
||||||
&CLSID_PSFactoryBuffer
|
&CLSID_PSDispatch
|
||||||
},
|
},
|
||||||
{ &IID_IPersistStreamInit,
|
{ &IID_IPersistStreamInit,
|
||||||
"IPersistStreamInit",
|
"IPersistStreamInit",
|
||||||
|
@ -783,11 +783,11 @@ static struct regsvr_interface const interface_list[] = {
|
||||||
&CLSID_PSFactoryBuffer
|
&CLSID_PSFactoryBuffer
|
||||||
},
|
},
|
||||||
{ &IID_IFontDisp,
|
{ &IID_IFontDisp,
|
||||||
"IFontDisp",
|
"Font",
|
||||||
NULL,
|
NULL,
|
||||||
7,
|
7,
|
||||||
NULL,
|
NULL,
|
||||||
&CLSID_PSFactoryBuffer
|
&CLSID_PSDispatch
|
||||||
},
|
},
|
||||||
{ &IID_IQuickActivate,
|
{ &IID_IQuickActivate,
|
||||||
"IQuickActivate",
|
"IQuickActivate",
|
||||||
|
|
Loading…
Reference in New Issue