mirror of
https://github.com/reactos/reactos.git
synced 2025-04-26 08:30:21 +00:00
[WINESYNC] include: Fix size of MsiEnumClientsEx[AW]'s array argument (GCC).
Signed-off-by: Alex Henrie <alexhenrie24@gmail.com> Signed-off-by: Hans Leidekker <hans@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org> wine commit id 14e205ff502ec7275d2c4cf59b1446ac0a294416 by Alex Henrie <alexhenrie24@gmail.com>
This commit is contained in:
parent
a8f4759920
commit
0a1c22503d
1 changed files with 4 additions and 0 deletions
|
@ -604,6 +604,10 @@ MsiEnumClientsW(
|
|||
|
||||
#define MsiEnumClients WINELIB_NAME_AW(MsiEnumClients)
|
||||
|
||||
UINT WINAPI MsiEnumClientsExA(_In_ LPCSTR szComponent, _In_opt_ LPCSTR szUserSid, _In_ DWORD dwContext, _In_ DWORD dwProductIndex, _Out_opt_ CHAR szProductBuf[39], _Out_opt_ MSIINSTALLCONTEXT* pdwInstalledContext, _Out_opt_ LPSTR szSid, _Inout_opt_ LPDWORD pcchSid);
|
||||
UINT WINAPI MsiEnumClientsExW(_In_ LPCWSTR szComponent, _In_opt_ LPCWSTR szUserSid, _In_ DWORD dwContext, _In_ DWORD dwProductIndex, _Out_opt_ WCHAR szProductBuf[39], _Out_opt_ MSIINSTALLCONTEXT* pdwInstalledContext, _Out_opt_ LPWSTR szSid, _Inout_opt_ LPDWORD pcchSid);
|
||||
#define MsiEnumClientsEx WINELIB_NAME_AW(MsiEnumClientsEx)
|
||||
|
||||
UINT WINAPI MsiOpenPackageA(_In_ LPCSTR, _Out_ MSIHANDLE*);
|
||||
UINT WINAPI MsiOpenPackageW(_In_ LPCWSTR, _Out_ MSIHANDLE*);
|
||||
#define MsiOpenPackage WINELIB_NAME_AW(MsiOpenPackage)
|
||||
|
|
Loading…
Reference in a new issue