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
816c86c4
Commit
816c86c4
authored
Feb 12, 2003
by
Tony Lambregts
Committed by
Alexandre Julliard
Feb 12, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Modify the wineconf tags so that the sample config can be included in
the documentation.
parent
f21887f4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
config
documentation/samples/config
+2
-2
wineconf
tools/wineconf
+2
-2
No files found.
documentation/samples/config
View file @
816c86c4
...
...
@@ -67,7 +67,7 @@ WINE REGISTRY Version 2
;"ShowDotFiles" = "1"
"ShellLinker" = "wineshelllink"
#
<wineconf>
#
[wineconf]
[Version]
; Windows version to imitate (win95,win98,winme,nt351,nt40,win2k,winxp,win20,win30,win31)
...
...
@@ -313,4 +313,4 @@ WINE REGISTRY Version 2
;[AppDefaults\\pickygame.exe\\dsound]
;"EmulDriver" = "N"
#
</wineconf>
#
[/wineconf]
tools/wineconf
View file @
816c86c4
...
...
@@ -437,9 +437,9 @@ sub InsertDefaultFile {
if
(
open
(
DEFFILE
,
"$fileName"
))
{
while
(
<
DEFFILE
>
)
{
$state
=
0
if
(
$state
==
1
&&
$_
=~
/^[ \t]*\#/o
&&
index
(
$_
,
"
</$tag>
"
)
>=
0
);
$state
=
0
if
(
$state
==
1
&&
$_
=~
/^[ \t]*\#/o
&&
index
(
$_
,
"
[/$tag]
"
)
>=
0
);
print
$_
if
(
$state
==
1
);
$state
=
1
if
(
$state
==
0
&&
$_
=~
/^[ \t]*\#/o
&&
index
(
$_
,
"
<$tag>
"
)
>=
0
);
$state
=
1
if
(
$state
==
0
&&
$_
=~
/^[ \t]*\#/o
&&
index
(
$_
,
"
[$tag]
"
)
>=
0
);
}
close
(
DEFFILE
);
}
else
{
...
...
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