21 Nov
2009
21 Nov
'09
10:20 a.m.
"Charles Davis" <cdavis(a)mymail.mines.edu> wrote:
+ if(1 || compare_emf_bits(hMetafile, EMF_BITBLT, sizeof(EMF_BITBLT), + "emf_BitBlt", FALSE) != 0) + { + dump_emf_bits(hMetafile, "emf_BitBlt"); + dump_emf_records(hMetafile, "emf_BitBlt"); + }
You forgot to remove if (1). -- Dmitry.