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[] = {
"ITypeInfo",
NULL,
22,
NULL,
&CLSID_PSTypeInfo,
&CLSID_PSTypeInfo
},
{ &IID_ITypeLib,
"ITypeLib",
NULL,
13,
NULL,
&CLSID_PSTypeLib,
&CLSID_PSTypeLib
},
{ &IID_ITypeComp,
"ITypeComp",
NULL,
5,
NULL,
&CLSID_PSTypeComp,
&CLSID_PSTypeComp
},
{ &IID_IEnumVARIANT,
"IEnumVARIANT",
NULL,
15,
NULL,
&CLSID_PSEnumVariant,
&CLSID_PSEnumVariant
},
{ &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