On 22 January 2012 19:44, Detlef Riekenberg <[email protected]> wrote:
> -    if (usage & ~handled)
> +    static DWORD reported_once;
> +
> +    if (usage & ~(handled | reported_once))
> +    {
> +        reported_once |= (usage & ~handled);
>         FIXME("Unhandled usage flags %#x.\n", usage & ~handled);
> +    }
I don't think so.


Reply via email to