> +    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.


Reply via email to