msi: Add definitions for MsiEnumComponentCosts.
This commit is contained in:
parent
6febb8fda8
commit
72706972d2
|
@ -385,6 +385,10 @@ UINT WINAPI MsiApplyPatchA(LPCSTR, LPCSTR, INSTALLTYPE, LPCSTR);
|
||||||
UINT WINAPI MsiApplyPatchW(LPCWSTR, LPCWSTR, INSTALLTYPE, LPCWSTR);
|
UINT WINAPI MsiApplyPatchW(LPCWSTR, LPCWSTR, INSTALLTYPE, LPCWSTR);
|
||||||
#define MsiApplyPatch WINELIB_NAME_AW(MsiApplyPatch)
|
#define MsiApplyPatch WINELIB_NAME_AW(MsiApplyPatch)
|
||||||
|
|
||||||
|
UINT WINAPI MsiEnumComponentCostsA(MSIHANDLE, LPCSTR, DWORD, INSTALLSTATE, LPSTR, LPDWORD, LPINT, LPINT);
|
||||||
|
UINT WINAPI MsiEnumComponentCostsW(MSIHANDLE, LPCWSTR, DWORD, INSTALLSTATE, LPWSTR, LPDWORD, LPINT, LPINT);
|
||||||
|
#define MsiEnumComponentCosts WINELIB_NAME_AW(MsiEnumComponentCosts)
|
||||||
|
|
||||||
UINT WINAPI MsiEnumProductsA(DWORD, LPSTR);
|
UINT WINAPI MsiEnumProductsA(DWORD, LPSTR);
|
||||||
UINT WINAPI MsiEnumProductsW(DWORD, LPWSTR);
|
UINT WINAPI MsiEnumProductsW(DWORD, LPWSTR);
|
||||||
#define MsiEnumProducts WINELIB_NAME_AW(MsiEnumProducts)
|
#define MsiEnumProducts WINELIB_NAME_AW(MsiEnumProducts)
|
||||||
|
|
Loading…
Reference in New Issue