Commit a56375fc authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

gdiplus: Make measure_ranges_callback() static.

parent 3133b71e
......@@ -3653,7 +3653,7 @@ struct measure_ranges_args {
GpRegion **regions;
};
GpStatus measure_ranges_callback(GpGraphics *graphics,
static GpStatus measure_ranges_callback(GpGraphics *graphics,
GDIPCONST WCHAR *string, INT index, INT length, GDIPCONST GpFont *font,
GDIPCONST RectF *rect, GDIPCONST GpStringFormat *format,
INT lineno, const RectF *bounds, void *user_data)
......
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