Commit 1ca6fc12 authored by Louis. Lenders's avatar Louis. Lenders Committed by Alexandre Julliard

gdi32: Add defines for GLYPHSET and WCRANGE.

parent a0882e9b
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment