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
dfae842c
Commit
dfae842c
authored
Jul 15, 2015
by
Hans Leidekker
Committed by
Alexandre Julliard
Jul 15, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msi/tests: Avoid another test failure on win2k3.
parent
0bd46f15
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
msi.c
dlls/msi/tests/msi.c
+4
-0
No files found.
dlls/msi/tests/msi.c
View file @
dfae842c
...
...
@@ -50,6 +50,8 @@ static BOOL (WINAPI *pIsWow64Process)(HANDLE, PBOOL);
static
INSTALLSTATE
(
WINAPI
*
pMsiGetComponentPathA
)
(
LPCSTR
,
LPCSTR
,
LPSTR
,
DWORD
*
);
static
INSTALLSTATE
(
WINAPI
*
pMsiGetComponentPathExA
)
(
LPCSTR
,
LPCSTR
,
LPCSTR
,
MSIINSTALLCONTEXT
,
LPSTR
,
LPDWORD
);
static
INSTALLSTATE
(
WINAPI
*
pMsiProvideComponentA
)
(
LPCSTR
,
LPCSTR
,
LPCSTR
,
DWORD
,
LPSTR
,
LPDWORD
);
static
INSTALLSTATE
(
WINAPI
*
pMsiProvideComponentW
)
...
...
@@ -92,6 +94,7 @@ static void init_functionpointers(void)
trace("GetProcAddress(%s) failed\n", #func);
GET_PROC
(
hmsi
,
MsiGetComponentPathA
)
GET_PROC
(
hmsi
,
MsiGetComponentPathExA
);
GET_PROC
(
hmsi
,
MsiProvideComponentA
)
GET_PROC
(
hmsi
,
MsiProvideComponentW
)
GET_PROC
(
hmsi
,
MsiGetFileHashA
)
...
...
@@ -14425,6 +14428,7 @@ START_TEST(msi)
test_lastusedsource
();
test_setpropertyfolder
();
test_sourcedir_props
();
if
(
pMsiGetComponentPathExA
)
test_concurrentinstall
();
test_command_line_parsing
();
...
...
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