fixed prototype of GdiGetCharDimensions
authorThomas Bluemel <thomas@reactsoft.com>
Sat, 3 Dec 2005 17:33:41 +0000 (17:33 +0000)
committerThomas Bluemel <thomas@reactsoft.com>
Sat, 3 Dec 2005 17:33:41 +0000 (17:33 +0000)
svn path=/trunk/; revision=19841

reactos/lib/gdi32/objects/font.c
reactos/lib/user32/include/user32.h

index 3051921..c7495d6 100644 (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[] = {
index 59b7006..16c59a2 100644 (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 *);