fixed prototype of GdiGetCharDimensions

svn path=/trunk/; revision=19841
This commit is contained in:
Thomas Bluemel 2005-12-03 17:33:41 +00:00
parent 02c31f477f
commit b746a9f60a
2 changed files with 2 additions and 2 deletions

View file

@ -818,7 +818,7 @@ RemoveFontResourceA(
*/
DWORD
STDCALL
GdiGetCharDimensions(HDC hdc, LPTEXTMETRICW lptm, DWORD *height)
GdiGetCharDimensions(HDC hdc, LPTEXTMETRICW lptm, LONG *height)
{
SIZE sz;
static const WCHAR alphabet[] = {

View file

@ -42,4 +42,4 @@
/* FIXME: FILIP */
HGDIOBJ STDCALL NtGdiSelectObject(HDC hDC, HGDIOBJ hGDIObj);
DWORD STDCALL GdiGetCharDimensions(HDC, LPTEXTMETRICW, DWORD *);
DWORD STDCALL GdiGetCharDimensions(HDC, LPTEXTMETRICW, LONG *);