* 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:
@ -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
|
||||
|
Reference in New Issue
Block a user