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
844ea003
Commit
844ea003
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
shdocvw/tests: Constify some character strings.
parent
9ad67a9a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
shdocvw.c
dlls/shdocvw/tests/shdocvw.c
+7
-7
No files found.
dlls/shdocvw/tests/shdocvw.c
View file @
844ea003
...
...
@@ -36,13 +36,13 @@ static HRESULT (WINAPI *pURLSubRegQueryA)(LPCSTR, LPCSTR, DWORD, LPVOID, DWORD,
static
DWORD
(
WINAPI
*
pParseURLFromOutsideSourceA
)(
LPCSTR
,
LPSTR
,
LPDWORD
,
LPDWORD
);
static
DWORD
(
WINAPI
*
pParseURLFromOutsideSourceW
)(
LPCWSTR
,
LPWSTR
,
LPDWORD
,
LPDWORD
);
static
CHAR
appdata
[]
=
"AppData"
;
static
CHAR
common_appdata
[]
=
"Common AppData"
;
static
CHAR
default_page_url
[]
=
"Default_Page_URL"
;
static
CHAR
does_not_exist
[]
=
"does_not_exist"
;
static
CHAR
regpath_iemain
[]
=
"Software
\\
Microsoft
\\
Internet Explorer
\\
Main"
;
static
CHAR
regpath_shellfolders
[]
=
"Software
\\
Microsoft
\\
Windows
\\
CurrentVersion
\\
Explorer
\\
Shell Folders"
;
static
CHAR
start_page
[]
=
"Start Page"
;
static
const
char
appdata
[]
=
"AppData"
;
static
const
char
common_appdata
[]
=
"Common AppData"
;
static
const
char
default_page_url
[]
=
"Default_Page_URL"
;
static
const
char
does_not_exist
[]
=
"does_not_exist"
;
static
const
char
regpath_iemain
[]
=
"Software
\\
Microsoft
\\
Internet Explorer
\\
Main"
;
static
const
char
regpath_shellfolders
[]
=
"Software
\\
Microsoft
\\
Windows
\\
CurrentVersion
\\
Explorer
\\
Shell Folders"
;
static
const
char
start_page
[]
=
"Start Page"
;
/* ################ */
...
...
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