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
acb5ed06
Commit
acb5ed06
authored
Jul 11, 2005
by
Aric Stewart
Committed by
Alexandre Julliard
Jul 11, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove some duplicate prototypes and reformat the SourceList APIs a
bit more to fit with the style of the rest of the file.
parent
333d0bdd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
10 deletions
+8
-10
msi.h
include/msi.h
+8
-10
No files found.
include/msi.h
View file @
acb5ed06
...
...
@@ -542,29 +542,27 @@ INSTALLSTATE WINAPI MsiLocateComponentA(LPCSTR, LPSTR, DWORD *);
INSTALLSTATE
WINAPI
MsiLocateComponentW
(
LPCWSTR
,
LPWSTR
,
DWORD
*
);
#define MsiLocateComponent WINELIB_NAME_AW(MsiLocateComponent)
/* Non Unicode */
UINT
WINAPI
MsiCloseHandle
(
MSIHANDLE
);
UINT
WINAPI
MsiCloseAllHandles
(
void
);
INSTALLUILEVEL
WINAPI
MsiSetInternalUI
(
INSTALLUILEVEL
,
HWND
*
);
UINT
WINAPI
MsiSourceListGetInfoW
(
LPCWSTR
,
LPCWSTR
,
MSIINSTALLCONTEXT
,
DWORD
,
LPCWSTR
,
LPWSTR
,
LPDWORD
);
UINT
WINAPI
MsiSourceListSetInfoW
(
LPCWSTR
,
LPCWSTR
,
MSIINSTALLCONTEXT
,
DWORD
,
LPCWSTR
,
LPCWSTR
);
UINT
WINAPI
MsiSourceListAddSourceExW
(
LPCWSTR
,
LPCWSTR
,
MSIINSTALLCONTEXT
,
DWORD
,
LPCWSTR
,
DWORD
);
UINT
WINAPI
MsiSourceListAddMediaDiskW
(
LPCWSTR
,
LPCWSTR
,
MSIINSTALLCONTEXT
,
DWORD
,
DWORD
,
LPCWSTR
,
LPCWSTR
);
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)
UINT
WINAPI
MsiSourceListSetInfoA
(
LPCSTR
,
LPCSTR
,
MSIINSTALLCONTEXT
,
DWORD
,
LPCSTR
,
LPCSTR
);
UINT
WINAPI
MsiSourceListSetInfoW
(
LPCWSTR
,
LPCWSTR
,
MSIINSTALLCONTEXT
,
DWORD
,
LPCWSTR
,
LPCWSTR
);
#define MsiSourceListSetInfo WINELIB_NAME_AW(MsiSourceListSetInfo)
UINT
WINAPI
MsiSourceListAddSourceExA
(
LPCSTR
,
LPCSTR
,
MSIINSTALLCONTEXT
,
DWORD
,
LPCSTR
,
DWORD
);
UINT
WINAPI
MsiSourceListAddSourceExW
(
LPCWSTR
,
LPCWSTR
,
MSIINSTALLCONTEXT
,
DWORD
,
LPCWSTR
,
DWORD
);
#define MsiSourceListAddSourceEx WINELIB_NAME_AW(MsiSourceListAddSourceEx)
UINT
WINAPI
MsiSourceListAddMediaDiskA
(
LPCSTR
,
LPCSTR
,
MSIINSTALLCONTEXT
,
DWORD
,
DWORD
,
LPCSTR
,
LPCSTR
);
UINT
WINAPI
MsiSourceListAddMediaDiskW
(
LPCWSTR
,
LPCWSTR
,
MSIINSTALLCONTEXT
,
DWORD
,
DWORD
,
LPCWSTR
,
LPCWSTR
);
#define MsiSourceListAddMediaDisk WINELIB_NAME_AW(MsiSourceListAddMediaDisk)
/* Non Unicode */
UINT
WINAPI
MsiCloseHandle
(
MSIHANDLE
);
UINT
WINAPI
MsiCloseAllHandles
(
void
);
INSTALLUILEVEL
WINAPI
MsiSetInternalUI
(
INSTALLUILEVEL
,
HWND
*
);
#ifdef __cplusplus
}
#endif
...
...
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