Set some missing ProxyStubClsid fields.

Francois Gouget fgouget at codeweavers.com
Mon Aug 7 14:50:17 CDT 2006


---

 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dlls/oleaut32/regsvr.c b/dlls/oleaut32/regsvr.c
index 636a4a5..b1dd714 100644
--- a/dlls/oleaut32/regsvr.c
+++ b/dlls/oleaut32/regsvr.c
@@ -542,28 +542,28 @@ static struct regsvr_interface const int
 	"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,
-- 
1.4.1



More information about the wine-patches mailing list