Re: [PATCH 5/5] gdi32: Implement DC creation from pre-existing memory.
13 Apr
2016
13 Apr
'16
9:20 a.m.
On Tue, Apr 12, 2016 at 06:09:32PM +0200, Henri Verbeet wrote:
diff --git a/dlls/gdi32/tests/bitmap.c b/dlls/gdi32/tests/bitmap.c index e19c552..1b818b3 100644 --- a/dlls/gdi32/tests/bitmap.c +++ b/dlls/gdi32/tests/bitmap.c @@ -5642,14 +5648,262 @@ static void test_SetDIBitsToDevice_RLE8(void) ... + ok(size == sizeof(dib), "%s: Got unexpected size %d, expected %u.\n", + test_data[i].name, size, sizeof(dib));
You have a couple of sizeof()s in ok()s. Other than that it looks good to me. Huw.
3621
Age (days ago)
3621
Last active (days ago)
0 comments
1 participants
participants (1)
-
Huw Davies