gdi32: Add defines for GLYPHSET and WCRANGE.

oldstable
Louis. Lenders 2006-05-07 00:29:54 +01:00 committed by Alexandre Julliard
parent a0882e9bf7
commit 1ca6fc12a8
1 changed files with 13 additions and 0 deletions

View File

@ -3244,6 +3244,19 @@ typedef struct _DRAWPATRECT
WORD wPattern;
} DRAWPATRECT, *PDRAWPATRECT;
typedef struct tagWCRANGE {
WCHAR wcLow;
USHORT cGlyphs;
} WCRANGE, *PWCRANGE, *LPWCRANGE;
typedef struct tagGLYPHSET {
DWORD cbThis;
DWORD flAccel;
DWORD cGlyphsSupported;
DWORD cRanges;
WCRANGE ranges[1];
} GLYPHSET, *PGLYPHSET, *LPGLYPHSET;
INT WINAPI AbortDoc(HDC);
BOOL WINAPI AbortPath(HDC);
INT WINAPI AddFontResourceA(LPCSTR);