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
eb2d556e
Commit
eb2d556e
authored
Oct 01, 2010
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shlwapi/tests: Make some variables static.
parent
5c4c6544
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
clsid.c
dlls/shlwapi/tests/clsid.c
+1
-1
path.c
dlls/shlwapi/tests/path.c
+2
-2
No files found.
dlls/shlwapi/tests/clsid.c
View file @
eb2d556e
...
...
@@ -40,7 +40,7 @@ static BOOL (WINAPI *pSHLWAPI_269)(LPCSTR, CLSID *) = 0;
static
DWORD
(
WINAPI
*
pSHLWAPI_23
)(
REFGUID
,
LPSTR
,
INT
)
=
0
;
/* GUIDs to test */
const
GUID
*
TEST_guids
[]
=
{
static
const
GUID
*
TEST_guids
[]
=
{
&
CLSID_ShellDesktop
,
&
CLSID_ShellLink
,
&
CATID_BrowsableShellExt
,
...
...
dlls/shlwapi/tests/path.c
View file @
eb2d556e
...
...
@@ -37,7 +37,7 @@ static BOOL (WINAPI *pPathAppendA)(LPSTR, LPCSTR);
/* ################ */
struct
{
st
atic
const
st
ruct
{
const
char
*
url
;
const
char
*
path
;
DWORD
ret
;
...
...
@@ -106,7 +106,7 @@ static struct {
{
NULL
,
FALSE
}
};
struct
{
st
atic
const
st
ruct
{
const
char
*
path
;
const
char
*
result
;
}
TEST_PATH_UNQUOTE_SPACES
[]
=
{
...
...
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