mirror of
https://github.com/reactos/reactos.git
synced 2025-07-28 02:51:38 +00:00
cleanup ntgdibad from api that have been remove.
svn path=/trunk/; revision=31517
This commit is contained in:
parent
0370130854
commit
4d1b51886c
1 changed files with 2 additions and 10 deletions
|
@ -129,12 +129,7 @@ NtGdiCreateEnhMetaFile (
|
|||
LPCWSTR Description
|
||||
);
|
||||
|
||||
/* Use NtGdiPolyPolyDraw with PolyPolyRgn. */
|
||||
HRGN
|
||||
STDCALL
|
||||
NtGdiCreatePolygonRgn(CONST PPOINT pt,
|
||||
INT Count,
|
||||
INT PolyFillMode);
|
||||
|
||||
|
||||
/* Meta are user-mode. */
|
||||
BOOL
|
||||
|
@ -275,10 +270,7 @@ INT
|
|||
STDCALL
|
||||
NtGdiGetPixelFormat(HDC hDC);
|
||||
|
||||
/* Should be done in user-mode using shared GDI Objects. */
|
||||
UINT
|
||||
STDCALL
|
||||
NtGdiGetTextCharset(HDC hDC);
|
||||
|
||||
|
||||
/* Use NtGdiGetDCPoint with GdiGetViewPortExt */
|
||||
BOOL STDCALL NtGdiGetViewportExtEx(HDC hDC, LPSIZE viewportExt);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue