Module: wine Branch: master Commit: 72706972d2b647619de8286e13b84e9861898ca8 URL: http://source.winehq.org/git/wine.git/?a=commit;h=72706972d2b647619de8286e13...
Author: James Hawkins jhawkins@codeweavers.com Date: Sat Mar 1 02:07:49 2008 -0600
msi: Add definitions for MsiEnumComponentCosts.
---
include/msi.h | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/include/msi.h b/include/msi.h index 93c4c28..4adc49d 100644 --- a/include/msi.h +++ b/include/msi.h @@ -385,6 +385,10 @@ UINT WINAPI MsiApplyPatchA(LPCSTR, LPCSTR, INSTALLTYPE, LPCSTR); UINT WINAPI MsiApplyPatchW(LPCWSTR, LPCWSTR, INSTALLTYPE, LPCWSTR); #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 MsiEnumProductsW(DWORD, LPWSTR); #define MsiEnumProducts WINELIB_NAME_AW(MsiEnumProducts)