Commit 01aff6c9 authored by Dmitry Timoshkov's avatar Dmitry Timoshkov Committed by Alexandre Julliard

gdiplus/tests: Fix compilation with PSDK compiler.

parent 0110dc24
......@@ -5733,7 +5733,7 @@ static void test_png_color_formats(void)
GpImage *image;
ImageType type;
PixelFormat format;
ImageFlags flags;
UINT flags;
BOOL valid;
int i, j, PLTE_off = 0, tRNS_off = 0;
const ImageFlags color_space_mask = ImageFlagsColorSpaceRGB | ImageFlagsColorSpaceCMYK | ImageFlagsColorSpaceGRAY | ImageFlagsColorSpaceYCBCR | ImageFlagsColorSpaceYCCK;
......@@ -5925,7 +5925,7 @@ static void test_png_unit_properties(void)
ULONG unitY;
} td[] =
{
{},
{0, 0, 0},
{1, 0, 0},
{0, 1000, 1000},
{1, 1000, 1000},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment