Francois Gouget : oleaut32: Set some missing ProxyStubClsid fields.

Alexandre Julliard julliard at wine.codeweavers.com
Tue Aug 8 07:37:30 CDT 2006


Module: wine
Branch: refs/heads/master
Commit: aab7d2e78a125c124b11d9a3f30db93d47736434
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=aab7d2e78a125c124b11d9a3f30db93d47736434

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Mon Aug  7 21:50:17 2006 +0200

oleaut32: Set some missing ProxyStubClsid fields.

---

 dlls/oleaut32/regsvr.c |    8 ++++----
 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,




More information about the wine-cvs mailing list