Re: [PATCH 1/3] gdi32/tests: Test BitBlt() to an enhanced metafile.
20 Nov
2009
20 Nov
'09
3:40 p.m.
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 ||' ? -- Cheers, Paul.
20 Nov
20 Nov
3:41 p.m.
New subject: [PATCH 1/3] gdi32/tests: Test BitBlt() to an enhanced metafile.
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. -- Cheers, Paul.
5956
Age (days ago)
5956
Last active (days ago)
1 comments
1 participants
participants (1)
-
Paul Vriens