James Hawkins : msi: Downgrade a FIXME to a WARN.
Module: wine Branch: master Commit: 8912798fb5d4d70c22386be07d0e8141a99ff79a URL: http://source.winehq.org/git/wine.git/?a=commit;h=8912798fb5d4d70c22386be07d... Author: James Hawkins <truiken(a)gmail.com> Date: Sun Nov 25 18:04:25 2007 -0600 msi: Downgrade a FIXME to a WARN. --- dlls/msi/custom.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/msi/custom.c b/dlls/msi/custom.c index a44b918..269aa3a 100644 --- a/dlls/msi/custom.c +++ b/dlls/msi/custom.c @@ -226,7 +226,7 @@ UINT ACTION_CustomAction(MSIPACKAGE *package, LPCWSTR action, UINT script, BOOL if (type & msidbCustomActionTypeInScript) { if (type & msidbCustomActionTypeNoImpersonate) - FIXME("msidbCustomActionTypeNoImpersonate not handled\n"); + WARN("msidbCustomActionTypeNoImpersonate not handled\n"); if (type & msidbCustomActionTypeRollback) {
participants (1)
-
Alexandre Julliard