Start Wine port for most Gdi functions. GetCharWidthA should be redirected to GetChar...
[reactos.git] / 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 );
 }