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
ebd6f7d1
Commit
ebd6f7d1
authored
Dec 11, 2006
by
Andrew Talbot
Committed by
Alexandre Julliard
Dec 12, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msi/tests: Cast-qual warning fix.
parent
4d52a421
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
install.c
dlls/msi/tests/install.c
+2
-1
No files found.
dlls/msi/tests/install.c
View file @
ebd6f7d1
...
...
@@ -811,6 +811,7 @@ static void create_cc_test_files(void)
CCAB
cabParams
;
HFCI
hfci
;
ERF
erf
;
static
CHAR
cab_context
[]
=
"test%d.cab"
;
BOOL
res
;
create_file
(
"maximus"
,
500
);
...
...
@@ -821,7 +822,7 @@ static void create_cc_test_files(void)
hfci
=
FCICreate
(
&
erf
,
file_placed
,
mem_alloc
,
mem_free
,
fci_open
,
fci_read
,
fci_write
,
fci_close
,
fci_seek
,
fci_delete
,
get_temp_file
,
&
cabParams
,
(
void
*
)
"test%d.cab"
);
get_temp_file
,
&
cabParams
,
cab_context
);
ok
(
hfci
!=
NULL
,
"Failed to create an FCI context
\n
"
);
/* spews out hundreds of cab files. re-enable when cabinet.dll is fixed */
...
...
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