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
b1fd27eb
Commit
b1fd27eb
authored
Dec 31, 2013
by
Frédéric Delanoy
Committed by
Alexandre Julliard
Dec 31, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
version/tests: Constify some character strings.
parent
5e94a5d4
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
info.c
dlls/version/tests/info.c
+1
-1
install.c
dlls/version/tests/install.c
+1
-1
No files found.
dlls/version/tests/info.c
View file @
b1fd27eb
...
@@ -204,7 +204,7 @@ static void test_info(void)
...
@@ -204,7 +204,7 @@ static void test_info(void)
VS_FIXEDFILEINFO
*
pFixedVersionInfo
;
VS_FIXEDFILEINFO
*
pFixedVersionInfo
;
UINT
uiLength
;
UINT
uiLength
;
char
VersionString
[
MAX_PATH
];
char
VersionString
[
MAX_PATH
];
static
CHAR
backslash
[]
=
"
\\
"
;
static
const
char
backslash
[]
=
"
\\
"
;
DWORDLONG
dwlVersion
;
DWORDLONG
dwlVersion
;
hdl
=
0x55555555
;
hdl
=
0x55555555
;
...
...
dlls/version/tests/install.c
View file @
b1fd27eb
...
@@ -34,7 +34,7 @@ static void test_find_file(void)
...
@@ -34,7 +34,7 @@ static void test_find_file(void)
char
filename
[
MAX_PATH
];
char
filename
[
MAX_PATH
];
char
outBuf
[
MAX_PATH
];
char
outBuf
[
MAX_PATH
];
char
windir
[
MAX_PATH
];
char
windir
[
MAX_PATH
];
static
CHAR
empty
[]
=
""
,
static
const
char
empty
[]
=
""
,
regedit
[]
=
"regedit"
,
regedit
[]
=
"regedit"
,
regedit_exe
[]
=
"regedit.exe"
;
regedit_exe
[]
=
"regedit.exe"
;
...
...
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