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
370f2207
Commit
370f2207
authored
Oct 07, 2004
by
Francois Gouget
Committed by
Alexandre Julliard
Oct 07, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Don't import parse_comma_list() unless necessary.
winapi_check_options.pm: Fix typo in the parse_comma_list() reference.
parent
4f78e2ed
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
10 additions
and
10 deletions
+10
-10
make_filter_options.pm
tools/winapi/make_filter_options.pm
+1
-1
msvcmaker_options.pm
tools/winapi/msvcmaker_options.pm
+1
-1
winapi_check_options.pm
tools/winapi/winapi_check_options.pm
+4
-4
winapi_cleanup_options.pm
tools/winapi/winapi_cleanup_options.pm
+1
-1
winapi_extract_options.pm
tools/winapi/winapi_extract_options.pm
+1
-1
winapi_fixup_options.pm
tools/winapi/winapi_fixup_options.pm
+1
-1
winapi_test_options.pm
tools/winapi/winapi_test_options.pm
+1
-1
No files found.
tools/winapi/make_filter_options.pm
View file @
370f2207
...
...
@@ -28,7 +28,7 @@ require Exporter;
@EXPORT
=
qw()
;
@EXPORT_OK
=
qw($options)
;
use
options
qw($options
&parse_comma_list &
parse_value)
;
use
options
qw($options parse_value)
;
my
%
options_long
=
(
"debug"
=>
{
default
=>
0
,
description
=>
"debug mode"
},
...
...
tools/winapi/msvcmaker_options.pm
View file @
370f2207
...
...
@@ -28,7 +28,7 @@ require Exporter;
@EXPORT
=
qw()
;
@EXPORT_OK
=
qw($options)
;
use
options
qw($options
&parse_comma_list
)
;
use
options
qw($options)
;
my
%
options_long
=
(
"debug"
=>
{
default
=>
0
,
description
=>
"debug mode"
},
...
...
tools/winapi/winapi_check_options.pm
View file @
370f2207
...
...
@@ -29,7 +29,7 @@ require Exporter;
@EXPORT_OK
=
qw($options)
;
use
config
qw($current_dir $wine_dir)
;
use
options
qw($options
&
parse_comma_list)
;
use
options
qw($options parse_comma_list)
;
my
%
options_long
=
(
"debug"
=>
{
default
=>
0
,
description
=>
"debug mode"
},
...
...
@@ -53,7 +53,7 @@ my %options_long = (
"module"
=>
{
default
=>
{
active
=>
1
,
filter
=>
0
,
hash
=>
{}
},
parent
=>
"local"
,
parser
=>
\&
parse
r
_comma_list
,
parser
=>
\&
parse_comma_list
,
description
=>
"module filter"
},
...
...
@@ -62,13 +62,13 @@ my %options_long = (
"argument-forbidden"
=>
{
default
=>
{
active
=>
1
,
filter
=>
0
,
hash
=>
{}
},
parent
=>
"argument"
,
parser
=>
\&
parse
r
_comma_list
,
parser
=>
\&
parse_comma_list
,
description
=>
"argument forbidden checking"
},
"argument-kind"
=>
{
default
=>
{
active
=>
1
,
filter
=>
1
,
hash
=>
{
double
=>
1
}
},
parent
=>
"argument"
,
parser
=>
\&
parse
r
_comma_list
,
parser
=>
\&
parse_comma_list
,
description
=>
"argument kind checking"
},
"calling-convention"
=>
{
default
=>
1
,
parent
=>
"local"
,
description
=>
"calling convention checking"
},
...
...
tools/winapi/winapi_cleanup_options.pm
View file @
370f2207
...
...
@@ -28,7 +28,7 @@ require Exporter;
@EXPORT
=
qw()
;
@EXPORT_OK
=
qw($options)
;
use
options
qw($options
&parse_comma_list
)
;
use
options
qw($options)
;
my
%
options_long
=
(
"debug"
=>
{
default
=>
0
,
description
=>
"debug mode"
},
...
...
tools/winapi/winapi_extract_options.pm
View file @
370f2207
...
...
@@ -28,7 +28,7 @@ require Exporter;
@EXPORT
=
qw()
;
@EXPORT_OK
=
qw($options)
;
use
options
qw($options
&parse_comma_list
)
;
use
options
qw($options)
;
my
%
options_long
=
(
"debug"
=>
{
default
=>
0
,
description
=>
"debug mode"
},
...
...
tools/winapi/winapi_fixup_options.pm
View file @
370f2207
...
...
@@ -28,7 +28,7 @@ require Exporter;
@EXPORT
=
qw()
;
@EXPORT_OK
=
qw($options)
;
use
options
qw($options
&parse_comma_list
)
;
use
options
qw($options)
;
my
%
options_long
=
(
"debug"
=>
{
default
=>
0
,
description
=>
"debug mode"
},
...
...
tools/winapi/winapi_test_options.pm
View file @
370f2207
...
...
@@ -28,7 +28,7 @@ require Exporter;
@EXPORT
=
qw()
;
@EXPORT_OK
=
qw($options)
;
use
options
qw($options
&parse_comma_list
)
;
use
options
qw($options)
;
my
%
options_long
=
(
"debug"
=>
{
default
=>
0
,
description
=>
"debug mode"
},
...
...
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