]> sourceware.org Git - newlib-cygwin.git/commitdiff
add some missing constants
authorDimitri Papadopoulos <dimitri_at@users.sf.net>
Tue, 23 Sep 2003 07:35:54 +0000 (07:35 +0000)
committerDimitri Papadopoulos <dimitri_at@users.sf.net>
Tue, 23 Sep 2003 07:35:54 +0000 (07:35 +0000)
winsup/w32api/include/wingdi.h

index 7fcc1a5c0fd783f1756f66f60ed761c70a38913e..fb8349bdda903925d5fbc275b766740f5942b131 100644 (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
This page took 0.031967 seconds and 5 git commands to generate.