Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/winsup
diff options
context:
space:
mode:
authorDimitri Papadopoulos <dimitri_at@users.sf.net>2003-09-23 11:35:54 +0400
committerDimitri Papadopoulos <dimitri_at@users.sf.net>2003-09-23 11:35:54 +0400
commit679ff6d4fba8f2d4b0a6dae863d9824d0d8b52e8 (patch)
tree1a0388f2e9a4f893f21c074a5ce8d00bfe2d2466 /winsup
parent3400b4fc441b639c751592a9d40775f715fad998 (diff)
add some missing constants
Diffstat (limited to 'winsup')
-rw-r--r--winsup/w32api/include/wingdi.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/winsup/w32api/include/wingdi.h b/winsup/w32api/include/wingdi.h
index 7fcc1a5c0..fb8349bdd 100644
--- a/winsup/w32api/include/wingdi.h
+++ b/winsup/w32api/include/wingdi.h
@@ -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