Commit aab7d2e7 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

oleaut32: Set some missing ProxyStubClsid fields.

parent 9ed9398e
...@@ -542,28 +542,28 @@ static struct regsvr_interface const interface_list[] = { ...@@ -542,28 +542,28 @@ static struct regsvr_interface const interface_list[] = {
"ITypeInfo", "ITypeInfo",
NULL, NULL,
22, 22,
NULL, &CLSID_PSTypeInfo,
&CLSID_PSTypeInfo &CLSID_PSTypeInfo
}, },
{ &IID_ITypeLib, { &IID_ITypeLib,
"ITypeLib", "ITypeLib",
NULL, NULL,
13, 13,
NULL, &CLSID_PSTypeLib,
&CLSID_PSTypeLib &CLSID_PSTypeLib
}, },
{ &IID_ITypeComp, { &IID_ITypeComp,
"ITypeComp", "ITypeComp",
NULL, NULL,
5, 5,
NULL, &CLSID_PSTypeComp,
&CLSID_PSTypeComp &CLSID_PSTypeComp
}, },
{ &IID_IEnumVARIANT, { &IID_IEnumVARIANT,
"IEnumVARIANT", "IEnumVARIANT",
NULL, NULL,
15, 15,
NULL, &CLSID_PSEnumVariant,
&CLSID_PSEnumVariant &CLSID_PSEnumVariant
}, },
{ &IID_ICreateTypeInfo, { &IID_ICreateTypeInfo,
......
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