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
d72bd7ec
Commit
d72bd7ec
authored
Dec 01, 2003
by
Mike McCormack
Committed by
Alexandre Julliard
Dec 01, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Declare some MSI functions.
parent
cd732867
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
msi.h
include/msi.h
+4
-0
msiquery.h
include/msiquery.h
+4
-0
No files found.
include/msi.h
View file @
d72bd7ec
...
...
@@ -98,4 +98,8 @@ UINT WINAPI MsiVerifyPackageA(LPCSTR);
UINT
WINAPI
MsiVerifyPackageW
(
LPCWSTR
);
#define MsiVerifyPackage WINELIB_NAME_AW(MsiVerifyPackage)
INSTALLSTATE
WINAPI
MsiQueryProductStateA
(
LPCSTR
);
INSTALLSTATE
WINAPI
MsiQueryProductStateW
(
LPCWSTR
);
#define MsiQueryProductState WINELIB_NAME_AW(MsiQueryProductState)
#endif
/* __WINE_MSI_H */
include/msiquery.h
View file @
d72bd7ec
...
...
@@ -118,5 +118,9 @@ UINT WINAPI MsiGetComponentStateA(MSIHANDLE,LPSTR,INSTALLSTATE*,INSTALLSTATE*);
UINT
WINAPI
MsiGetComponentStateW
(
MSIHANDLE
,
LPWSTR
,
INSTALLSTATE
*
,
INSTALLSTATE
*
);
#define MsiGetComponentState WINELIB_NAME_AW(MsiGetComponentState)
MSICONDITION
WINAPI
MsiEvaluateConditionA
(
MSIHANDLE
,
LPCSTR
);
MSICONDITION
WINAPI
MsiEvaluateConditionW
(
MSIHANDLE
,
LPCWSTR
);
#define MsiEvaluateCondition WINELIB_NAME_AW(MsiEvaluateCondition)
#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