Commit 78687532 authored by Huw Davies's avatar Huw Davies Committed by Alexandre Julliard

include: Add GLYPHSET flag define.

parent 10aa9b21
......@@ -3331,6 +3331,8 @@ typedef struct tagGLYPHSET {
WCRANGE ranges[1];
} GLYPHSET, *PGLYPHSET, *LPGLYPHSET;
#define GS_8BIT_INDICES 0x00000001
WINGDIAPI INT WINAPI AbortDoc(HDC);
WINGDIAPI BOOL WINAPI AbortPath(HDC);
WINGDIAPI 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