Module: wine Branch: refs/heads/master Commit: ebd9c84ea0779889b053728d7fc3f525e4c9f528 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=ebd9c84ea0779889b053728d...
Author: Francois Gouget fgouget@codeweavers.com Date: Wed Aug 9 18:57:44 2006 +0200
shell32: Register CLSID_NetworkPlaces, CLSID_ShellFSFolder and CLSID_ShellFolderViewOC.
---
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 9586342..1ce7096 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" @@ -625,6 +626,13 @@ static struct regsvr_coclass const cocla "shell32.dll", "Apartment" }, + { &CLSID_NetworkPlaces, + "My Network Places", + 0, + NULL, + "shell32.dll", + "Apartment" + }, { &CLSID_Shortcut, "Shortcut", 0, @@ -691,6 +699,20 @@ static struct regsvr_coclass const cocla NULL, IDI_SHELL_FULL_RECYCLE_BIN }, + { &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 */ };