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
eeb762d0
Commit
eeb762d0
authored
Oct 14, 2008
by
Henri Verbeet
Committed by
Alexandre Julliard
Oct 14, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shell32: Add VIDs.
parent
5cfb3c4a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
shlguid.h
include/shlguid.h
+8
-0
No files found.
include/shlguid.h
View file @
eeb762d0
...
...
@@ -153,4 +153,12 @@ DEFINE_GUID(CLSID_CAnchorBrowsePropertyPage, 0x3050F3BB, 0x98B5, 0x11CF, 0xBB,0x
DEFINE_GUID
(
CLSID_CDocBrowsePropertyPage
,
0x3050F3B4
,
0x98B5
,
0x11CF
,
0xBB
,
0x82
,
0x00
,
0xAA
,
0x00
,
0xBD
,
0xCE
,
0x0B
);
DEFINE_GUID
(
CLSID_CImageBrowsePropertyPage
,
0x3050F3B3
,
0x98B5
,
0x11CF
,
0xBB
,
0x82
,
0x00
,
0xAA
,
0x00
,
0xBD
,
0xCE
,
0x0B
);
DEFINE_GUID
(
VID_LargeIcons
,
0x0057d0e0
,
0x3573
,
0x11cf
,
0xae
,
0x69
,
0x08
,
0x00
,
0x2b
,
0x2e
,
0x12
,
0x62
);
DEFINE_GUID
(
VID_SmallIcons
,
0x089000c0
,
0x3573
,
0x11cf
,
0xae
,
0x69
,
0x08
,
0x00
,
0x2b
,
0x2e
,
0x12
,
0x62
);
DEFINE_GUID
(
VID_List
,
0x0e1fa5e0
,
0x3573
,
0x11cf
,
0xae
,
0x69
,
0x08
,
0x00
,
0x2b
,
0x2e
,
0x12
,
0x62
);
DEFINE_GUID
(
VID_Details
,
0x137e7700
,
0x3573
,
0x11cf
,
0xae
,
0x69
,
0x08
,
0x00
,
0x2b
,
0x2e
,
0x12
,
0x62
);
DEFINE_GUID
(
VID_Thumbnails
,
0x8bebb290
,
0x52d0
,
0x11d0
,
0xb7
,
0xf4
,
0x00
,
0xc0
,
0x4f
,
0xd7
,
0x06
,
0xec
);
DEFINE_GUID
(
VID_Tile
,
0x65f125e5
,
0x7be1
,
0x4810
,
0xba
,
0x9d
,
0xd2
,
0x71
,
0xc8
,
0x43
,
0x2c
,
0xe3
);
DEFINE_GUID
(
VID_ThumbStrip
,
0x8eefa624
,
0xd1e9
,
0x445b
,
0x94
,
0xb7
,
0x74
,
0xfb
,
0xce
,
0x2e
,
0xa1
,
0x1a
);
#endif
/* __WINE_SHLGUID_H */
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