* 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

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