From 1051a107a47a6a3f0927ad196c7ab914bf6a3d5b Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Thu, 16 Aug 2012 13:39:30 +0200 Subject: [PATCH] gdiplus/tests: Make pixels_to_units() static. --- dlls/gdiplus/tests/graphics.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/gdiplus/tests/graphics.c b/dlls/gdiplus/tests/graphics.c index 1c6ef6e0308..ded80be607a 100644 --- a/dlls/gdiplus/tests/graphics.c +++ b/dlls/gdiplus/tests/graphics.c @@ -59,7 +59,7 @@ static REAL units_to_pixels(REAL units, GpUnit unit, REAL dpi) } /* converts value in pixels to a given unit */ -REAL pixels_to_units(REAL pixels, GpUnit unit, REAL dpi) +static REAL pixels_to_units(REAL pixels, GpUnit unit, REAL dpi) { switch (unit) { -- 2.11.4.GIT