Commit c6f74a49 authored by Alexandre Julliard's avatar Alexandre Julliard

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

parent 72faaf12
......@@ -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",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment