Module: wine Branch: master Commit: a56375fcb56d9bef8d510d43e03a581683c2488f URL: http://source.winehq.org/git/wine.git/?a=commit;h=a56375fcb56d9bef8d510d43e0...
Author: Francois Gouget fgouget@free.fr Date: Thu Jun 24 10:12:48 2010 +0200
gdiplus: Make measure_ranges_callback() static.
---
dlls/gdiplus/graphics.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/gdiplus/graphics.c b/dlls/gdiplus/graphics.c index 68e422e..da3c15f 100644 --- a/dlls/gdiplus/graphics.c +++ b/dlls/gdiplus/graphics.c @@ -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)