mirror of
https://github.com/reactos/reactos.git
synced 2025-04-20 20:36:35 +00:00
Update ETO constants
svn path=/trunk/; revision=38206
This commit is contained in:
parent
54831b15db
commit
eced695a85
1 changed files with 16 additions and 5 deletions
|
@ -576,10 +576,21 @@ extern "C" {
|
|||
#define DCBA_FACEDOWNRIGHT 259
|
||||
#define FLOODFILLBORDER 0
|
||||
#define FLOODFILLSURFACE 1
|
||||
#define ETO_CLIPPED 4
|
||||
#define ETO_GLYPH_INDEX 16
|
||||
#define ETO_OPAQUE 2
|
||||
#define ETO_RTLREADING 128
|
||||
#define ETO_OPAQUE 0x00002
|
||||
#define ETO_CLIPPED 0x00004
|
||||
#if (WINVER >= 0x0400)
|
||||
#define ETO_GLYPH_INDEX 0x00010
|
||||
#define ETO_RTLREADING 0x00080
|
||||
#define ETO_NUMERICSLOCAL 0x00400
|
||||
#define ETO_NUMERICSLATIN 0x00800
|
||||
#define ETO_IGNORELANGUAGE 0x01000
|
||||
#endif
|
||||
#if (_WIN32_WINNT >= _WIN32_WINNT_WIN2K)
|
||||
#define ETO_PDY 0x02000
|
||||
#endif
|
||||
#if (_WIN32_WINNT >= _WIN32_WINNT_LONGHORN)
|
||||
#define ETO_REVERSE_INDEX_MAP 0x10000
|
||||
#endif
|
||||
#define GDICOMMENT_WINDOWS_METAFILE (-2147483647)
|
||||
#define GDICOMMENT_BEGINGROUP 2
|
||||
#define GDICOMMENT_ENDGROUP 3
|
||||
|
@ -866,7 +877,7 @@ extern "C" {
|
|||
#define TCI_SRCCODEPAGE 2
|
||||
#define TCI_SRCFONTSIG 3
|
||||
#if (_WIN32_WINNT >= 0x0500)
|
||||
#define SHADEBLENDCAPS 120
|
||||
#define SHADEBLENDCAPS 120
|
||||
#define COLORMGMTCAPS 121
|
||||
/* SHADEBLENDCAPS */
|
||||
#define SB_NONE 0x00000000
|
||||
|
|
Loading…
Reference in a new issue