mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 18:35:41 +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
|
DWORD
|
||||||
STDCALL
|
STDCALL
|
||||||
GdiGetCharDimensions(HDC hdc, LPTEXTMETRICW lptm, DWORD *height)
|
GdiGetCharDimensions(HDC hdc, LPTEXTMETRICW lptm, LONG *height)
|
||||||
{
|
{
|
||||||
SIZE sz;
|
SIZE sz;
|
||||||
static const WCHAR alphabet[] = {
|
static const WCHAR alphabet[] = {
|
||||||
|
|
|
@ -42,4 +42,4 @@
|
||||||
|
|
||||||
/* FIXME: FILIP */
|
/* FIXME: FILIP */
|
||||||
HGDIOBJ STDCALL NtGdiSelectObject(HDC hDC, HGDIOBJ hGDIObj);
|
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