Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
28fe3611
Commit
28fe3611
authored
Mar 04, 2009
by
Alistair Leslie-Hughes
Committed by
Alexandre Julliard
Mar 04, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shell32: Add and register CLSID_QueryAssociations.
parent
8156db58
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
regsvr.c
dlls/shell32/regsvr.c
+7
-0
shlguid.h
include/shlguid.h
+2
-0
No files found.
dlls/shell32/regsvr.c
View file @
28fe3611
...
...
@@ -658,6 +658,13 @@ static struct regsvr_coclass const coclass_list[] = {
"shell32.dll"
,
"Apartment"
},
{
&
CLSID_QueryAssociations
,
"Query file associations"
,
0
,
NULL
,
"shell32.dll"
,
"Apartment"
},
{
&
CLSID_ControlPanel
,
"Control Panel"
,
IDS_CONTROLPANEL
,
...
...
include/shlguid.h
View file @
28fe3611
...
...
@@ -123,6 +123,8 @@ DEFINE_GUID(CLSID_FolderShortcut, 0x0AFACED1, 0xE828, 0x11D1, 0x91, 0x87, 0xB5,
DEFINE_GUID
(
IID_IQueryAssociations
,
0xc46ca590
,
0x3c3f
,
0x11d2
,
0xbe
,
0xe6
,
0x00
,
0x00
,
0xf8
,
0x05
,
0xca
,
0x57
);
DEFINE_GUID
(
CLSID_QueryAssociations
,
0xa07034fd
,
0x6caa
,
0x4954
,
0xac
,
0x3f
,
0x97
,
0xa2
,
0x72
,
0x16
,
0xf9
,
0x8a
);
DEFINE_GUID
(
CLSID_DragDropHelper
,
0x4657278a
,
0x411b
,
0x11d2
,
0x83
,
0x9a
,
0x00
,
0xc0
,
0x4f
,
0xd9
,
0x18
,
0xd0
);
DEFINE_GUID
(
CLSID_AutoComplete
,
0x00bb2763
,
0x6a77
,
0x11d0
,
0xa5
,
0x35
,
0x00
,
0xc0
,
0x4f
,
0xd7
,
0xd0
,
0x62
);
...
...
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