Re: oleaut32: Only dump the EMF if tracing fixmes for the ole channel.
5 Jan
2009
5 Jan
'09
8:44 p.m.
+ 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.
6275
Age (days ago)
6275
Last active (days ago)
0 comments
1 participants
participants (1)
-
Vincent Povirk