* include/wingdi.h [WINVER >= 0x0500]

(INTERNET_STATE_*,*_EMBEDED): Included in Windows 2000 and later.
	Thanks to: David A. Capello <dacap at users dot sf dot net>
This commit is contained in:
Dimitri Papadopoulos 2006-03-06 14:29:04 +00:00
parent 738276cb88
commit d0b42db669
2 changed files with 3 additions and 4 deletions

View 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>

View 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