Re: msi: Added MsiInstallMissingComponentW stub implementation.
6 Oct
2008
6 Oct
'08
7:21 p.m.
On Mon, Oct 6, 2008 at 4:05 PM, Jacek Caban <jacek(a)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
6277
Age (days ago)
6277
Last active (days ago)
0 comments
1 participants
participants (1)
-
James Hawkins