[PATCH] msi: Specify in FIXME that functions are semi-stub as for MsiMessageBoxEx. (resend)

Alexandre Julliard julliard at winehq.org
Wed May 8 05:43:26 CDT 2013


Christian Costa <titan.costa at gmail.com> writes:

>  {
> -    FIXME("%p %s %s %u %08x %08x\n", hWnd, debugstr_w(lpText), debugstr_w(lpCaption),
> -          uType, wLanguageId, f);
> -    return MessageBoxExW(hWnd,lpText,lpCaption,uType,wLanguageId); 
> +    FIXME("(%p, %s, %s, %u, 0x%08x, 0x%08x): semi-stub\n", hWnd, debugstr_w(lpText),
> +            debugstr_w(lpCaption), uType, wLanguageId, f);
> +    return MessageBoxExW(hWnd,lpText,lpCaption,uType,wLanguageId);

That sort of thing is not useful. If you are changing the function for
other reasons you can update the trace, but otherwise it's just adding
noise in the change history.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list