mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 05:25:48 +00:00
fixed prototype of GdiGetCharDimensions
svn path=/trunk/; revision=19841
This commit is contained in:
parent
02c31f477f
commit
b746a9f60a
2 changed files with 2 additions and 2 deletions
|
@ -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[] = {
|
||||
|
|
|
@ -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 *);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue