Commit 5a4ecdbd authored by Ian Pilcher's avatar Ian Pilcher Committed by Alexandre Julliard

Fixed typo in INTERNAL_YWSTODS.

parent fee7fa62
......@@ -539,7 +539,7 @@ static inline INT WINE_UNUSED INTERNAL_YWSTODS(DC *dc, INT height)
/* Perform operation with floating point */
floatHeight = (FLOAT)height;
INTERNAL_XWSTODS_FLOAT(dc, &floatHeight);
INTERNAL_YWSTODS_FLOAT(dc, &floatHeight);
/* Round to integers */
return GDI_ROUND(floatHeight);
......
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