From 78687532e4cc01e30946a22688e5e5c384b5bfa8 Mon Sep 17 00:00:00 2001 From: Huw Davies Date: Thu, 16 Dec 2010 13:56:08 +0000 Subject: [PATCH] include: Add GLYPHSET flag define. --- include/wingdi.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/wingdi.h b/include/wingdi.h index e10bbe9ad43..12e28dc309f 100644 --- a/include/wingdi.h +++ b/include/wingdi.h @@ -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);