shell32: Register CLSID_NetworkPlaces, CLSID_ShellFSFolder and CLSID_ShellFolderViewOC.

Francois Gouget fgouget at codeweavers.com
Fri Aug 4 10:50:32 CDT 2006


---
  dlls/shell32/regsvr.c |   22 ++++++++++++++++++++++
  1 files changed, 22 insertions(+), 0 deletions(-)

diff --git a/dlls/shell32/regsvr.c b/dlls/shell32/regsvr.c
index 6efb192..f7e8ce7 100644
--- a/dlls/shell32/regsvr.c
+++ b/dlls/shell32/regsvr.c
@@ -29,6 +29,7 @@ #include "winreg.h"
  #include "winerror.h"

  #include "ole2.h"
+#include "shldisp.h"
  #include "shlguid.h"
  #include "shell32_main.h"
  #include "shresdef.h"
@@ -607,6 +608,13 @@ static struct regsvr_coclass const cocla
  	"shell32.dll",
  	"Apartment"
      },
+    {   &CLSID_NetworkPlaces,
+	"My Network Places",
+	0,
+	NULL,
+	"shell32.dll",
+	"Apartment"
+    },
      {   &CLSID_Shortcut,
  	"Shortcut",
  	0,
@@ -660,6 +668,20 @@ static struct regsvr_coclass const cocla
  	SFGAO_FILESYSANCESTOR|SFGAO_FOLDER|SFGAO_HASSUBFOLDER,
  	SFGAO_FILESYSTEM
      },
+    {   &CLSID_ShellFSFolder,
+	"Shell File System Folder",
+	0,
+	NULL,
+	"shell32.dll",
+	"Apartment"
+    },
+    {   &CLSID_ShellFolderViewOC,
+	"Microsoft Shell Folder View Router",
+	0,
+	NULL,
+	"shell32.dll",
+	"Apartment"
+    },
      { NULL }			/* list terminator */
  };

-- 
1.4.1




More information about the wine-patches mailing list