Start Wine port for most Gdi functions. GetCharWidthA should be redirected to GetChar...
authorJames Tabor <james.tabor@reactos.org>
Wed, 18 Jan 2006 22:02:44 +0000 (22:02 +0000)
committerJames Tabor <james.tabor@reactos.org>
Wed, 18 Jan 2006 22:02:44 +0000 (22:02 +0000)
svn path=/trunk/; revision=20945

reactos/lib/gdi32/objects/font.c

index c055111..bd458ab 100644 (file)
@@ -331,8 +331,7 @@ GetCharWidthA (
        LPINT   lpBuffer
        )
 {
-  /* FIXME what to do with iFirstChar and iLastChar ??? */
-  return NtGdiGetCharWidth32 ( hdc, iFirstChar, iLastChar, lpBuffer );
+  return GetCharWidth32A ( hdc, iFirstChar, iLastChar, lpBuffer );
 }