mirror of
https://github.com/reactos/reactos.git
synced 2025-06-01 15:38:37 +00:00
[PSDK]
- Add missing OUT_SCREEN_OUTLINE_PRECIS, OUT_PS_ONLY_PRECIS & CLIP_DFA_DISABLE definitions aka fix build svn path=/trunk/; revision=66313
This commit is contained in:
parent
fee9806390
commit
5329a4681c
1 changed files with 5 additions and 0 deletions
|
@ -419,12 +419,17 @@ extern "C" {
|
|||
#define OUT_RASTER_PRECIS 6
|
||||
#define OUT_TT_ONLY_PRECIS 7
|
||||
#define OUT_OUTLINE_PRECIS 8
|
||||
#define OUT_SCREEN_OUTLINE_PRECIS 9
|
||||
#define OUT_PS_ONLY_PRECIS 10
|
||||
#define CLIP_DEFAULT_PRECIS 0
|
||||
#define CLIP_CHARACTER_PRECIS 1
|
||||
#define CLIP_STROKE_PRECIS 2
|
||||
#define CLIP_MASK 15
|
||||
#define CLIP_LH_ANGLES 16
|
||||
#define CLIP_TT_ALWAYS 32
|
||||
#if (_WIN32_WINNT >= _WIN32_WINNT_LONGHORN)
|
||||
#define CLIP_DFA_DISABLE 64
|
||||
#endif
|
||||
#define CLIP_EMBEDDED 128
|
||||
#define DEFAULT_QUALITY 0
|
||||
#define DRAFT_QUALITY 1
|
||||
|
|
Loading…
Reference in a new issue