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
7b9058c8
Commit
7b9058c8
authored
Dec 28, 2013
by
Frédéric Delanoy
Committed by
Alexandre Julliard
Dec 30, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shell32/tests: Constify some character strings.
parent
844ea003
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
shlfolder.c
dlls/shell32/tests/shlfolder.c
+2
-2
No files found.
dlls/shell32/tests/shlfolder.c
View file @
7b9058c8
...
@@ -1970,8 +1970,8 @@ static void test_SHGetFolderPathAndSubDirA(void)
...
@@ -1970,8 +1970,8 @@ static void test_SHGetFolderPathAndSubDirA(void)
BOOL
delret
;
BOOL
delret
;
DWORD
dwret
;
DWORD
dwret
;
int
i
;
int
i
;
static
char
wine
[]
=
"wine"
;
static
c
onst
c
har
wine
[]
=
"wine"
;
static
char
winetemp
[]
=
"wine
\\
temp"
;
static
c
onst
c
har
winetemp
[]
=
"wine
\\
temp"
;
static
char
appdata
[
MAX_PATH
];
static
char
appdata
[
MAX_PATH
];
static
char
testpath
[
MAX_PATH
];
static
char
testpath
[
MAX_PATH
];
static
char
toolongpath
[
MAX_PATH
+
1
];
static
char
toolongpath
[
MAX_PATH
+
1
];
...
...
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