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
ea990a3f
Commit
ea990a3f
authored
Jul 19, 2011
by
Mariusz Pluciński
Committed by
Alexandre Julliard
Jul 19, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shell32: Fix FOLDERID_Document definition.
parent
dfa35a52
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
shellpath.c
dlls/shell32/shellpath.c
+2
-2
shellpath.c
dlls/shell32/tests/shellpath.c
+1
-1
No files found.
dlls/shell32/shellpath.c
View file @
ea990a3f
...
...
@@ -872,7 +872,7 @@ static const CSIDL_DATA CSIDL_Data[] =
NULL
},
{
/* 0x05 - CSIDL_PERSONAL */
&
GUID_NULL
,
&
FOLDERID_Documents
,
CSIDL_Type_User
,
PersonalW
,
MAKEINTRESOURCEW
(
IDS_PERSONAL
)
...
...
@@ -1256,7 +1256,7 @@ static const CSIDL_DATA CSIDL_Data[] =
NULL
},
{
/* 0x45 */
&
FOLDERID_Documents
,
&
GUID_NULL
,
CSIDL_Type_User
,
NULL
,
MAKEINTRESOURCEW
(
IDS_DOCUMENTS
)
...
...
dlls/shell32/tests/shellpath.c
View file @
ea990a3f
...
...
@@ -920,7 +920,7 @@ static const struct knownFolderDef known_folders[] = {
KNOWN_FOLDER
(
FOLDERID_Cookies
,
CSIDL_COOKIES
,
"Cookies"
),
KNOWN_FOLDER
(
FOLDERID_Desktop
,
CSIDL_DESKTOP
,
"Desktop"
),
KNOWN_FOLDER
(
FOLDERID_DeviceMetadataStore
,
NO_CSIDL
,
"DeviceMetadataStore"
),
KNOWN_FOLDER
(
FOLDERID_Documents
,
CSIDL_MYDOCUMENTS
|
CSIDL_TODO_WINE
,
"Personal"
),
KNOWN_FOLDER
(
FOLDERID_Documents
,
CSIDL_MYDOCUMENTS
,
"Personal"
),
KNOWN_FOLDER
(
FOLDERID_DocumentsLibrary
,
NO_CSIDL
,
"DocumentsLibrary"
),
KNOWN_FOLDER
(
FOLDERID_Downloads
,
NO_CSIDL
,
"Downloads"
),
KNOWN_FOLDER
(
FOLDERID_Favorites
,
CSIDL_FAVORITES
,
"Favorites"
),
...
...
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