Huw Davies : include: Add GLYPHSET flag define.

Alexandre Julliard julliard at winehq.org
Fri Dec 17 11:30:45 CST 2010


Module: wine
Branch: master
Commit: 78687532e4cc01e30946a22688e5e5c384b5bfa8
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=78687532e4cc01e30946a22688e5e5c384b5bfa8

Author: Huw Davies <huw at codeweavers.com>
Date:   Thu Dec 16 13:56:08 2010 +0000

include: Add GLYPHSET flag define.

---

 include/wingdi.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/include/wingdi.h b/include/wingdi.h
index e10bbe9..12e28dc 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);




More information about the wine-cvs mailing list