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
5fd3c4ad
Commit
5fd3c4ad
authored
Oct 09, 2006
by
James Hawkins
Committed by
Alexandre Julliard
Oct 09, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msi: Add missing declarations to the public headers.
parent
563a50ab
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
0 deletions
+18
-0
msi.h
include/msi.h
+8
-0
msiquery.h
include/msiquery.h
+10
-0
No files found.
include/msi.h
View file @
5fd3c4ad
...
...
@@ -528,6 +528,14 @@ INSTALLSTATE WINAPI MsiLocateComponentA(LPCSTR, LPSTR, DWORD *);
INSTALLSTATE
WINAPI
MsiLocateComponentW
(
LPCWSTR
,
LPWSTR
,
DWORD
*
);
#define MsiLocateComponent WINELIB_NAME_AW(MsiLocateComponent)
UINT
WINAPI
MsiSourceListAddSourceA
(
LPCSTR
,
LPCSTR
,
DWORD
,
LPCSTR
);
UINT
WINAPI
MsiSourceListAddSourceW
(
LPCWSTR
,
LPCWSTR
,
DWORD
,
LPCWSTR
);
#define MsiSourceListAddSource WINELIB_NAME_AW(MsiSourceListAddSource)
UINT
WINAPI
MsiSourceListClearAllA
(
LPCSTR
,
LPCSTR
,
DWORD
);
UINT
WINAPI
MsiSourceListClearAllW
(
LPCWSTR
,
LPCWSTR
,
DWORD
);
#define MsiSourceListClearAll WINELIB_NAME_AW(MsiSourceListClearAll)
UINT
WINAPI
MsiSourceListGetInfoA
(
LPCSTR
,
LPCSTR
,
MSIINSTALLCONTEXT
,
DWORD
,
LPCSTR
,
LPSTR
,
LPDWORD
);
UINT
WINAPI
MsiSourceListGetInfoW
(
LPCWSTR
,
LPCWSTR
,
MSIINSTALLCONTEXT
,
DWORD
,
LPCWSTR
,
LPWSTR
,
LPDWORD
);
#define MsiSourceListGetInfo WINELIB_NAME_AW(MsiSourceListGetInfo)
...
...
include/msiquery.h
View file @
5fd3c4ad
...
...
@@ -290,4 +290,14 @@ BOOL WINAPI MsiSetMode(MSIHANDLE, MSIRUNMODE, BOOL);
UINT
WINAPI
MsiViewModify
(
MSIHANDLE
,
MSIMODIFY
,
MSIHANDLE
);
UINT
WINAPI
MsiGetFeatureCostA
(
MSIHANDLE
,
LPCSTR
,
MSICOSTTREE
,
INSTALLSTATE
,
INT
*
);
UINT
WINAPI
MsiGetFeatureCostW
(
MSIHANDLE
,
LPCWSTR
,
MSICOSTTREE
,
INSTALLSTATE
,
INT
*
);
#define MsiGetFeatureCost WINELIB_NAME_AW(MsiGetFeatureCost)
LANGID
WINAPI
MsiGetLanguage
(
MSIHANDLE
);
UINT
WINAPI
MsiSetInstallLevel
(
MSIHANDLE
,
int
);
MSIHANDLE
WINAPI
MsiGetLastErrorRecord
();
#endif
/* __WINE_MSIQUERY_H */
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