Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
ebd9c84e
Commit
ebd9c84e
authored
Aug 09, 2006
by
Francois Gouget
Committed by
Alexandre Julliard
Aug 09, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shell32: Register CLSID_NetworkPlaces, CLSID_ShellFSFolder and CLSID_ShellFolderViewOC.
parent
0387821a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
0 deletions
+22
-0
regsvr.c
dlls/shell32/regsvr.c
+22
-0
No files found.
dlls/shell32/regsvr.c
View file @
ebd9c84e
...
@@ -29,6 +29,7 @@
...
@@ -29,6 +29,7 @@
#include "winerror.h"
#include "winerror.h"
#include "ole2.h"
#include "ole2.h"
#include "shldisp.h"
#include "shlguid.h"
#include "shlguid.h"
#include "shell32_main.h"
#include "shell32_main.h"
#include "shresdef.h"
#include "shresdef.h"
...
@@ -625,6 +626,13 @@ static struct regsvr_coclass const coclass_list[] = {
...
@@ -625,6 +626,13 @@ static struct regsvr_coclass const coclass_list[] = {
"shell32.dll"
,
"shell32.dll"
,
"Apartment"
"Apartment"
},
},
{
&
CLSID_NetworkPlaces
,
"My Network Places"
,
0
,
NULL
,
"shell32.dll"
,
"Apartment"
},
{
&
CLSID_Shortcut
,
{
&
CLSID_Shortcut
,
"Shortcut"
,
"Shortcut"
,
0
,
0
,
...
@@ -691,6 +699,20 @@ static struct regsvr_coclass const coclass_list[] = {
...
@@ -691,6 +699,20 @@ static struct regsvr_coclass const coclass_list[] = {
NULL
,
NULL
,
IDI_SHELL_FULL_RECYCLE_BIN
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 */
{
NULL
}
/* list terminator */
};
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment