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
ad2ec017
Commit
ad2ec017
authored
Sep 05, 2006
by
James Hawkins
Committed by
Alexandre Julliard
Sep 07, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msi: Add more tests for MsiFormatRecord.
parent
2e1cf4d9
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
format.c
dlls/msi/tests/format.c
+0
-0
package.c
dlls/msi/tests/package.c
+2
-2
No files found.
dlls/msi/tests/format.c
View file @
ad2ec017
This diff is collapsed.
Click to expand it.
dlls/msi/tests/package.c
View file @
ad2ec017
...
...
@@ -308,7 +308,7 @@ static UINT set_summary_info(MSIHANDLE hdb)
}
MSIHANDLE
create_package_db
(
void
)
static
MSIHANDLE
create_package_db
(
void
)
{
MSIHANDLE
hdb
=
0
;
UINT
res
;
...
...
@@ -337,7 +337,7 @@ MSIHANDLE create_package_db(void)
return
hdb
;
}
MSIHANDLE
package_from_db
(
MSIHANDLE
hdb
)
static
MSIHANDLE
package_from_db
(
MSIHANDLE
hdb
)
{
UINT
res
;
CHAR
szPackage
[
10
];
...
...
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