mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
update ntgdibad.h
svn path=/trunk/; revision=27891
This commit is contained in:
parent
eb3712b47d
commit
f08a04538a
1 changed files with 0 additions and 11 deletions
|
@ -605,17 +605,6 @@ NtGdiGetTextCharset(HDC hDC);
|
||||||
/* Needs to be done in user-mode, using shared GDI Object Attributes. */
|
/* Needs to be done in user-mode, using shared GDI Object Attributes. */
|
||||||
COLORREF STDCALL NtGdiGetTextColor(HDC hDC);
|
COLORREF STDCALL NtGdiGetTextColor(HDC hDC);
|
||||||
|
|
||||||
/* Rename to NtGdiGetTextExtentExW. Add 0 at the end. */
|
|
||||||
BOOL
|
|
||||||
STDCALL
|
|
||||||
NtGdiGetTextExtentExPoint(HDC hDC,
|
|
||||||
LPCWSTR String,
|
|
||||||
int Count,
|
|
||||||
int MaxExtent,
|
|
||||||
LPINT Fit,
|
|
||||||
LPINT Dx,
|
|
||||||
LPSIZE Size);
|
|
||||||
|
|
||||||
/* Rename to NtGdiGetTextFaceW, add FALSE at the end. */
|
/* Rename to NtGdiGetTextFaceW, add FALSE at the end. */
|
||||||
int
|
int
|
||||||
STDCALL
|
STDCALL
|
||||||
|
|
Loading…
Reference in a new issue