oleaut32: Only dump the EMF if tracing fixmes for the ole channel.

Vincent Povirk madewokherd+8cd9 at gmail.com
Mon Jan 5 14:44:50 CST 2009


> +    if (FIXME_ON(ole))
> +    {
> +        FIXME("Unknown magic %04x, %d read bytes:\n",magic,xread);
> +        hr=E_FAIL;

This changes the behavior of the call based on what debug channels are
enabled. I don't think you want to do that.



More information about the wine-devel mailing list