msi: Added MsiInstallMissingComponentW stub implementation.

James Hawkins truiken at gmail.com
Mon Oct 6 19:21:46 CDT 2008


On Mon, Oct 6, 2008 at 4:05 PM, Jacek Caban <jacek at codeweavers.com> 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(szComponent), eInstallState);
+    return ERROR_SUCCESS;
+}

Missing the closing parenthesis on the format string.

-- 
James Hawkins



More information about the wine-devel mailing list