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
537a5932
Commit
537a5932
authored
Jul 07, 2011
by
Hans Leidekker
Committed by
Alexandre Julliard
Jul 07, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msi: Add a stub implementation of MsiDeterminePatchSequence.
parent
9299319b
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
137 additions
and
81 deletions
+137
-81
msi.c
dlls/msi/msi.c
+133
-81
msi.h
include/msi.h
+4
-0
No files found.
dlls/msi/msi.c
View file @
537a5932
This diff is collapsed.
Click to expand it.
include/msi.h
View file @
537a5932
...
@@ -673,6 +673,10 @@ UINT WINAPI MsiDetermineApplicablePatchesA(LPCSTR, DWORD, PMSIPATCHSEQUENCEINFOA
...
@@ -673,6 +673,10 @@ UINT WINAPI MsiDetermineApplicablePatchesA(LPCSTR, DWORD, PMSIPATCHSEQUENCEINFOA
UINT
WINAPI
MsiDetermineApplicablePatchesW
(
LPCWSTR
,
DWORD
,
PMSIPATCHSEQUENCEINFOW
);
UINT
WINAPI
MsiDetermineApplicablePatchesW
(
LPCWSTR
,
DWORD
,
PMSIPATCHSEQUENCEINFOW
);
#define MsiDetermineApplicablePatches WINELIB_NAME_AW(MsiDetermineApplicablePatches)
#define MsiDetermineApplicablePatches WINELIB_NAME_AW(MsiDetermineApplicablePatches)
UINT
WINAPI
MsiDeterminePatchSequenceA
(
LPCSTR
,
LPCSTR
,
MSIINSTALLCONTEXT
,
DWORD
,
PMSIPATCHSEQUENCEINFOA
);
UINT
WINAPI
MsiDeterminePatchSequenceW
(
LPCWSTR
,
LPCWSTR
,
MSIINSTALLCONTEXT
,
DWORD
,
PMSIPATCHSEQUENCEINFOW
);
#define MsiDeterminePatchSequence WINELIB_NAME_AW(MsiDeterminePatchSequence)
UINT
WINAPI
MsiApplyMultiplePatchesA
(
LPCSTR
,
LPCSTR
,
LPCSTR
);
UINT
WINAPI
MsiApplyMultiplePatchesA
(
LPCSTR
,
LPCSTR
,
LPCSTR
);
UINT
WINAPI
MsiApplyMultiplePatchesW
(
LPCWSTR
,
LPCWSTR
,
LPCWSTR
);
UINT
WINAPI
MsiApplyMultiplePatchesW
(
LPCWSTR
,
LPCWSTR
,
LPCWSTR
);
#define MsiApplyMultiplePatches WINELIB_NAME_AW(MsiApplyMultiplePatches)
#define MsiApplyMultiplePatches WINELIB_NAME_AW(MsiApplyMultiplePatches)
...
...
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