msi: Added MsiInstallMissingComponentW stub implementation.

Kai Blin kai.blin at gmail.com
Tue Oct 7 00:34:29 CDT 2008


On Monday 06 October 2008 23:05:25 Jacek Caban wrote:

> +UINT WINAPI MsiInstallMissingComponentW(LPCWSTR szProduct, LPCWSTR
...
>  83 stub MsiInstallMissingComponentA
> -84 stub MsiInstallMissingComponentW
> +84 stdcall MsiInstallMissingComponentW(wstr wstr long)
...
> diff --git a/include/msi.h b/include/msi.h
> index 20dca3a..cf125ef 100644
> --- a/include/msi.h
> +++ b/include/msi.h
> @@ -603,6 +603,10 @@ UINT WINAPI MsiDatabaseMergeA(MSIHANDLE, MSIHANDLE,
> LPCSTR); UINT WINAPI MsiDatabaseMergeW(MSIHANDLE, MSIHANDLE, LPCWSTR);
>  #define     MsiDatabaseMerge WINELIB_NAME_AW(MsiDatabaseMerge)
>  
> +UINT WINAPI MsiInstallMissingComponentA(LPCSTR, LPCSTR, INSTALLSTATE);
> +UINT WINAPI MsiInstallMissingComponentW(LPCWSTR, LPCWSTR, INSTALLSTATE);
> +#define     MsiInstallMissingComponent WINELIB_NAME_AW(MsiInstallMissingComponent) +

Isn't this going to break if an app is trying to use Ansi MsiInstallMissingComponent?

Cheers,
Kai

-- 
Kai Blin
WorldForge developer  http://www.worldforge.org/
Wine developer        http://wiki.winehq.org/KaiBlin
Samba team member     http://www.samba.org/samba/team/
--
Will code for cotton.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part.
Url : http://www.winehq.org/pipermail/wine-devel/attachments/20081007/6357bbcd/attachment.pgp 


More information about the wine-devel mailing list