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
ea469ad7
Commit
ea469ad7
authored
Oct 21, 2003
by
Gerald Pfeifer
Committed by
Alexandre Julliard
Oct 21, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unused variables EXE, BAT, CMD, and COM.
parent
219b19f7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
process.c
dlls/msvcrt/process.c
+0
-6
No files found.
dlls/msvcrt/process.c
View file @
ea469ad7
...
...
@@ -41,12 +41,6 @@
WINE_DEFAULT_DEBUG_CHANNEL
(
msvcrt
);
/* FIXME: Check file extensions for app to run */
static
const
unsigned
int
EXE
=
'e'
<<
16
|
'x'
<<
8
|
'e'
;
static
const
unsigned
int
BAT
=
'b'
<<
16
|
'a'
<<
8
|
't'
;
static
const
unsigned
int
CMD
=
'c'
<<
16
|
'm'
<<
8
|
'd'
;
static
const
unsigned
int
COM
=
'c'
<<
16
|
'o'
<<
8
|
'm'
;
/* INTERNAL: Spawn a child process */
static
int
msvcrt_spawn
(
int
flags
,
const
char
*
exe
,
char
*
cmdline
,
char
*
env
)
{
...
...
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