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
c68a20fb
Commit
c68a20fb
authored
Jul 19, 2009
by
Austin English
Committed by
Alexandre Julliard
Jul 20, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shell32: Adjust shell folders to more closely match Windows.
parent
95a7e5f8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
shellpath.c
dlls/shell32/shellpath.c
+6
-1
No files found.
dlls/shell32/shellpath.c
View file @
c68a20fb
...
...
@@ -764,6 +764,7 @@ static const WCHAR Common_Administrative_ToolsW[] = {'C','o','m','m','o','n',' '
static
const
WCHAR
Common_AppDataW
[]
=
{
'C'
,
'o'
,
'm'
,
'm'
,
'o'
,
'n'
,
' '
,
'A'
,
'p'
,
'p'
,
'D'
,
'a'
,
't'
,
'a'
,
'\0'
};
static
const
WCHAR
Common_DesktopW
[]
=
{
'C'
,
'o'
,
'm'
,
'm'
,
'o'
,
'n'
,
' '
,
'D'
,
'e'
,
's'
,
'k'
,
't'
,
'o'
,
'p'
,
'\0'
};
static
const
WCHAR
Common_DocumentsW
[]
=
{
'C'
,
'o'
,
'm'
,
'm'
,
'o'
,
'n'
,
' '
,
'D'
,
'o'
,
'c'
,
'u'
,
'm'
,
'e'
,
'n'
,
't'
,
's'
,
'\0'
};
static
const
WCHAR
Common_FavoritesW
[]
=
{
'C'
,
'o'
,
'm'
,
'm'
,
'o'
,
'n'
,
' '
,
'F'
,
'a'
,
'v'
,
'o'
,
'r'
,
'i'
,
't'
,
'e'
,
's'
,
'\0'
};
static
const
WCHAR
CommonFilesDirW
[]
=
{
'C'
,
'o'
,
'm'
,
'm'
,
'o'
,
'n'
,
'F'
,
'i'
,
'l'
,
'e'
,
's'
,
'D'
,
'i'
,
'r'
,
'\0'
};
static
const
WCHAR
CommonMusicW
[]
=
{
'C'
,
'o'
,
'm'
,
'm'
,
'o'
,
'n'
,
'M'
,
'u'
,
's'
,
'i'
,
'c'
,
'\0'
};
static
const
WCHAR
CommonPicturesW
[]
=
{
'C'
,
'o'
,
'm'
,
'm'
,
'o'
,
'n'
,
'P'
,
'i'
,
'c'
,
't'
,
'u'
,
'r'
,
'e'
,
's'
,
'\0'
};
...
...
@@ -981,7 +982,7 @@ static const CSIDL_DATA CSIDL_Data[] =
},
{
/* 0x1f - CSIDL_COMMON_FAVORITES */
CSIDL_Type_AllUsers
,
FavoritesW
,
Common_
FavoritesW
,
MAKEINTRESOURCEW
(
IDS_FAVORITES
)
},
{
/* 0x20 - CSIDL_INTERNET_CACHE */
...
...
@@ -2041,6 +2042,10 @@ static HRESULT _SHRegisterCommonShellFolders(void)
CSIDL_COMMON_APPDATA
,
CSIDL_COMMON_TEMPLATES
,
CSIDL_COMMON_DOCUMENTS
,
CSIDL_COMMON_ADMINTOOLS
,
CSIDL_COMMON_MUSIC
,
CSIDL_COMMON_PICTURES
,
CSIDL_COMMON_VIDEO
,
};
HRESULT
hr
;
...
...
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