[PATCH 5/5] gdi32: Implement DC creation from pre-existing memory.

Huw Davies huw at codeweavers.com
Wed Apr 13 04:20:56 CDT 2016


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.



More information about the wine-devel mailing list