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
5169d04e
Commit
5169d04e
authored
Oct 25, 2007
by
James Hawkins
Committed by
Alexandre Julliard
Oct 26, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msi: Add missing newline to the adm_custom_action table.
parent
e533893d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
install.c
dlls/msi/tests/install.c
+1
-1
No files found.
dlls/msi/tests/install.c
View file @
5169d04e
...
@@ -434,7 +434,7 @@ static const CHAR adm_component_dat[] = "Component\tComponentId\tDirectory_\tAtt
...
@@ -434,7 +434,7 @@ static const CHAR adm_component_dat[] = "Component\tComponentId\tDirectory_\tAtt
static
const
CHAR
adm_custom_action_dat
[]
=
"Action
\t
Type
\t
Source
\t
Target
\t
ISComments
\n
"
static
const
CHAR
adm_custom_action_dat
[]
=
"Action
\t
Type
\t
Source
\t
Target
\t
ISComments
\n
"
"s72
\t
i2
\t
S64
\t
S0
\t
S255
\n
"
"s72
\t
i2
\t
S64
\t
S0
\t
S255
\n
"
"CustomAction
\t
Action
\n
"
"CustomAction
\t
Action
\n
"
"SetPOSTADMIN
\t
51
\t
POSTADMIN
\t
1
\t
"
;
"SetPOSTADMIN
\t
51
\t
POSTADMIN
\t
1
\t
\n
"
;
static
const
CHAR
adm_admin_exec_seq_dat
[]
=
"Action
\t
Condition
\t
Sequence
\n
"
static
const
CHAR
adm_admin_exec_seq_dat
[]
=
"Action
\t
Condition
\t
Sequence
\n
"
"s72
\t
S255
\t
I2
\n
"
"s72
\t
S255
\t
I2
\n
"
...
...
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