]> sourceware.org Git - newlib-cygwin.git/commitdiff
* include/wingdi.h [WINVER >= 0x0500]
authorDimitri Papadopoulos <dimitri_at@users.sf.net>
Mon, 6 Mar 2006 14:29:04 +0000 (14:29 +0000)
committerDimitri Papadopoulos <dimitri_at@users.sf.net>
Mon, 6 Mar 2006 14:29:04 +0000 (14:29 +0000)
(INTERNET_STATE_*,*_EMBEDED): Included in Windows 2000 and later.
Thanks to: David A. Capello <dacap at users dot sf dot net>

winsup/w32api/ChangeLog
winsup/w32api/include/wingdi.h

index d7bc7f7801be4cdadfd1944b04ea610a83a340ad..b76f492ae87a2822addd6ca8b15f29fe07b3556f 100644 (file)
@@ -1,9 +1,8 @@
 2006-03-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
 
        * include/wingdi.h  [WINVER >= 0x0500]
-        (INTERNET_CONNECTED_INFO): Define structure.
-       (INTERNET_STATE_*): Define flags.
-       (INTERNET_OPTION_CONNECTED_STATE): Define constant.
+       (INTERNET_STATE_*,*_EMBEDED): Included in Windows 2000 and later.
+       Thanks to: David A. Capello <dacap at users dot sf dot net>
 
 2006-03-05  Paul J. Lucas  <pauljlucas@users.sourceforge.net>
 
index 27f5226b2a6c8028c2a16dbbeb4d50ed659bc085..108a3f2d2b57062604354749c46d9c5fdebaecee 100644 (file)
@@ -1201,7 +1201,7 @@ extern "C" {
 #define CS_DISABLE          0x00000002
 #define CS_DELETE_TRANSFORM 0x00000003
 #endif
-#if (WINVER > 0x500)
+#if (WINVER >= 0x500)
 #define GRADIENT_FILL_RECT_H 0x00
 #define GRADIENT_FILL_RECT_V 0x01
 #define GRADIENT_FILL_TRIANGLE 0x02
This page took 0.040832 seconds and 5 git commands to generate.