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
9ec7ab3f
Commit
9ec7ab3f
authored
Oct 04, 2012
by
Francois Gouget
Committed by
Alexandre Julliard
Oct 04, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shell32/tests: Write proper tests for CommandLineToArgvW().
parent
da6b02ce
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
12 deletions
+0
-12
process.c
dlls/kernel32/tests/process.c
+0
-12
shlexec.c
dlls/shell32/tests/shlexec.c
+0
-0
No files found.
dlls/kernel32/tests/process.c
View file @
9ec7ab3f
...
...
@@ -298,18 +298,6 @@ static void doChild(const char* file, const char* option)
childPrintf
(
hFile
,
"argvA%d=%s
\n
"
,
i
,
encodeA
(
myARGV
[
i
]));
}
childPrintf
(
hFile
,
"CommandLineA=%s
\n
"
,
encodeA
(
GetCommandLineA
()));
#if 0
int argcW;
WCHAR** argvW;
/* this is part of shell32... and should be tested there */
argvW = CommandLineToArgvW(GetCommandLineW(), &argcW);
for (i = 0; i < argcW; i++)
{
childPrintf(hFile, "argvW%d=%s\n", i, encodeW(argvW[i]));
}
#endif
childPrintf
(
hFile
,
"CommandLineW=%s
\n\n
"
,
encodeW
(
GetCommandLineW
()));
/* output of environment (Ansi) */
...
...
dlls/shell32/tests/shlexec.c
View file @
9ec7ab3f
This diff is collapsed.
Click to expand it.
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