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
1134834b
Commit
1134834b
authored
Apr 22, 2024
by
Michael Bond
Committed by
Alexandre Julliard
Apr 22, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shell32/shellpath: Fix UserPinned and QuickLaunch KnownFolderPaths.
parent
12f73ed9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
shellpath.c
dlls/shell32/shellpath.c
+3
-3
No files found.
dlls/shell32/shellpath.c
View file @
1134834b
...
...
@@ -1722,7 +1722,7 @@ static const CSIDL_DATA CSIDL_Data[] =
},
{
/* 0x4b */
.
id
=
&
FOLDERID_ImplicitAppShortcuts
,
.
type
=
CSIDL_Type_
Disallowed
,
/* FIXME */
.
type
=
CSIDL_Type_
User
,
.
category
=
KF_CATEGORY_PERUSER
,
.
name
=
L"ImplicitAppShortcuts"
,
.
parent
=
&
FOLDERID_UserPinned
,
...
...
@@ -1878,7 +1878,7 @@ static const CSIDL_DATA CSIDL_Data[] =
},
{
/* 0x5b */
.
id
=
&
FOLDERID_QuickLaunch
,
.
type
=
CSIDL_Type_
Disallowed
,
/* FIXME */
.
type
=
CSIDL_Type_
User
,
.
category
=
KF_CATEGORY_PERUSER
,
.
name
=
L"Quick Launch"
,
.
parent
=
&
FOLDERID_RoamingAppData
,
...
...
@@ -2024,7 +2024,7 @@ static const CSIDL_DATA CSIDL_Data[] =
},
{
/* 0x6c */
.
id
=
&
FOLDERID_UserPinned
,
.
type
=
CSIDL_Type_
Disallowed
,
/* FIXME */
.
type
=
CSIDL_Type_
User
,
.
category
=
KF_CATEGORY_PERUSER
,
.
name
=
L"User Pinned"
,
.
parent
=
&
FOLDERID_QuickLaunch
,
...
...
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