Start Wine port for most Gdi functions. GetCharWidthA should be redirected to GetCharWidth32A in the def file. Just taking one step at a time ATM.

svn path=/trunk/; revision=20945
This commit is contained in:
James Tabor 2006-01-18 22:02:44 +00:00
parent 070ca32109
commit ff0bdc14d4

View 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 );
}