From 5a4ecdbdf431a2a1b5672abb5333870c9ed2c0c7 Mon Sep 17 00:00:00 2001 From: Ian Pilcher Date: Wed, 6 Jun 2001 20:21:02 +0000 Subject: [PATCH] Fixed typo in INTERNAL_YWSTODS. --- include/gdi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/gdi.h b/include/gdi.h index 6db9c560c8a..5efd308deb8 100644 --- a/include/gdi.h +++ b/include/gdi.h @@ -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); -- 2.11.4.GIT