Module: wine Branch: master Commit: 01aff6c9a01e7400d62ff2045b02c740d3d62947 URL: https://gitlab.winehq.org/wine/wine/-/commit/01aff6c9a01e7400d62ff2045b02c74...
Author: Dmitry Timoshkov dmitry@baikal.ru Date: Wed Sep 6 15:13:32 2023 +0300
gdiplus/tests: Fix compilation with PSDK compiler.
Signed-off-by: Dmitry Timoshkov dmitry@baikal.ru
---
dlls/gdiplus/tests/image.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dlls/gdiplus/tests/image.c b/dlls/gdiplus/tests/image.c index 6f497e416b0..34a38cd980f 100644 --- a/dlls/gdiplus/tests/image.c +++ b/dlls/gdiplus/tests/image.c @@ -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},