On Mon, Oct 6, 2008 at 4:05 PM, Jacek Caban jacek@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.