gdiplus/tests: Make pixels_to_units() static.

This commit is contained in:
Francois Gouget 2012-08-16 13:39:30 +02:00 committed by Alexandre Julliard
parent 0b8fc03379
commit 1051a107a4
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{