On 11/20/2009 04:21 PM, Charles Davis wrote:
- if(1 || compare_emf_bits(hMetafile, EMF_BITBLT, sizeof(EMF_BITBLT),
"emf_BitBlt", FALSE) != 0)
Shouldn't you get rid of that '1 ||' ?
On 11/20/2009 04:40 PM, Paul Vriens wrote:
On 11/20/2009 04:21 PM, Charles Davis wrote:
- if(1 || compare_emf_bits(hMetafile, EMF_BITBLT, sizeof(EMF_BITBLT),
- "emf_BitBlt", FALSE) != 0)
Shouldn't you get rid of that '1 ||' ?
Just saw you did that in the last one.