add some missing constants

This commit is contained in:
Dimitri Papadopoulos 2003-09-23 07:35:54 +00:00
parent 3400b4fc44
commit 679ff6d4fb
1 changed files with 8 additions and 0 deletions

View File

@ -1167,11 +1167,19 @@ extern "C" {
#define AC_SRC_OVER 0
#define LAYOUT_RTL 1
#define LAYOUT_BITMAPORIENTATIONPRESERVED 8
#if (WINVER > 0x400)
#define CS_ENABLE 0x00000001
#define CS_DISABLE 0x00000002
#define CS_DELETE_TRANSFORM 0x00000003
#endif
#if (WINVER > 0x500)
#define GRADIENT_FILL_RECT_H 0x00
#define GRADIENT_FILL_RECT_V 0x01
#define GRADIENT_FILL_TRIANGLE 0x02
#define GRADIENT_FILL_OP_FLAG 0xff
#define COLORMATCHTOTARGET_EMBEDED 0x00000001
#define CREATECOLORSPACE_EMBEDED 0x00000001
#define SETICMPROFILE_EMBEDED 0x00000001
#endif
#ifndef RC_INVOKED