Fix typo in INTERNAL_YWSTODS (gdi.h)

Ian Pilcher ian.pilcher at home.com
Wed Jun 6 10:08:52 CDT 2001


Modified files:
    include: gdi.h

Log message:
    Ian Pilcher
    Fix typo in INTERNAL_YWSTODS (gdi.h)
-- 
========================================================================
Ian Pilcher                                         ian.pilcher at home.com
========================================================================
-------------- next part --------------
diff -urN ../wine-20010604cvs/include/gdi.h ./include/gdi.h
--- ../wine-20010604cvs/include/gdi.h	Mon Mar 19 19:55:18 2001
+++ ./include/gdi.h	Wed Jun  6 09:34:49 2001
@@ -539,7 +539,7 @@
 
     /* 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);


More information about the wine-patches mailing list