Commit 25764d79 authored by Gerald Pfeifer's avatar Gerald Pfeifer Committed by Alexandre Julliard

gdiplus: Initialize a variable in SOFTWARE_GdipFillRegion to avoid a compiler warning.

parent 4d936753
......@@ -3673,7 +3673,7 @@ static GpStatus SOFTWARE_GdipFillRegion(GpGraphics *graphics, GpBrush *brush,
GpRectF graphics_bounds;
UINT scans_count, i;
INT dummy;
GpRect *scans;
GpRect *scans = NULL;
DWORD *pixel_data;
if (!brush_can_fill_pixels(brush))
......
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