include: Add GLYPHSET flag define.

oldstable
Huw Davies 2010-12-16 13:56:08 +00:00 committed by Alexandre Julliard
parent 10aa9b2194
commit 78687532e4
1 changed files with 2 additions and 0 deletions

View File

@ -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);