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
7cdcdf78
Commit
7cdcdf78
authored
May 01, 2010
by
Gerald Pfeifer
Committed by
Alexandre Julliard
May 03, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wintrust/tests: Remove variable myARGC which is not really used from test_cdf_parsing.
parent
75c738e9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
crypt.c
dlls/wintrust/tests/crypt.c
+1
-2
No files found.
dlls/wintrust/tests/crypt.c
View file @
7cdcdf78
...
@@ -1111,7 +1111,6 @@ static void test_cdf_parsing(void)
...
@@ -1111,7 +1111,6 @@ static void test_cdf_parsing(void)
START_TEST
(
crypt
)
START_TEST
(
crypt
)
{
{
int
myARGC
;
char
**
myARGV
;
char
**
myARGV
;
char
sysdir
[
MAX_PATH
];
char
sysdir
[
MAX_PATH
];
...
@@ -1129,7 +1128,7 @@ START_TEST(crypt)
...
@@ -1129,7 +1128,7 @@ START_TEST(crypt)
lstrcpyA
(
catroot2
,
sysdir
);
lstrcpyA
(
catroot2
,
sysdir
);
lstrcatA
(
catroot2
,
"
\\
CatRoot2"
);
lstrcatA
(
catroot2
,
"
\\
CatRoot2"
);
myARGC
=
winetest_get_mainargs
(
&
myARGV
);
winetest_get_mainargs
(
&
myARGV
);
strcpy
(
selfname
,
myARGV
[
0
]);
strcpy
(
selfname
,
myARGV
[
0
]);
GetCurrentDirectoryA
(
MAX_PATH
,
CURR_DIR
);
GetCurrentDirectoryA
(
MAX_PATH
,
CURR_DIR
);
...
...
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