[PATCH 13/13] ole32: Register the ProgID for the class and file monikers.

Robert Shearman rob at codeweavers.com
Mon Mar 26 12:26:17 CDT 2007


---
  dlls/ole32/regsvr.c |    6 ++++--
  1 files changed, 4 insertions(+), 2 deletions(-)
-------------- next part --------------
diff --git a/dlls/ole32/regsvr.c b/dlls/ole32/regsvr.c
index b127c0d..fdb45c8 100644
--- a/dlls/ole32/regsvr.c
+++ b/dlls/ole32/regsvr.c
@@ -491,7 +491,8 @@ static struct regsvr_coclass const cocla
 	"FileMoniker",
 	NULL,
 	"ole32.dll",
-	"Both"
+	"Both",
+        "file"
     },
     {   &CLSID_ItemMoniker,
 	"ItemMoniker",
@@ -547,7 +548,8 @@ static struct regsvr_coclass const cocla
 	"ClassMoniker",
 	NULL,
 	"ole32.dll",
-	"Both"
+	"Both",
+        "CLSID"
     },
     {	&CLSID_PSFactoryBuffer,
 	"PSFactoryBuffer",


More information about the wine-patches mailing list