Commit 4892adb4 authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

gdiplus: Mark image_format_dimensions as static.

parent c2705081
......@@ -2456,7 +2456,7 @@ struct image_format_dimension
const GUID *dimension;
};
struct image_format_dimension image_format_dimensions[] =
static struct image_format_dimension image_format_dimensions[] =
{
{&ImageFormatGIF, &FrameDimensionTime},
{&ImageFormatIcon, &FrameDimensionResolution},
......
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