Re: msi: Added MsiInstallMissingComponentW stub implementation.

2008-10-07 Thread Jacek Caban
Kai Blin wrote: > 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 ws

Re: msi: Added MsiInstallMissingComponentW stub implementation.

2008-10-06 Thread Kai Blin
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

Re: msi: Added MsiInstallMissingComponentW stub implementation.

2008-10-06 Thread James Hawkins
On Mon, Oct 6, 2008 at 4:05 PM, Jacek Caban <[EMAIL PROTECTED]> wrote: > --- > dlls/msi/msi.c|9 + > dlls/msi/msi.spec |2 +- > include/msi.h |4 > 3 files changed, 14 insertions(+), 1 deletions(-) > +{ +FIXME("(%s %s %d\n", debugstr_w(szProduct), debugstr_w(s