* include/commctrl.h (ICC_STANDARD_CLASSES, ICC_LINK_CLASS): Add
defines.
This commit is contained in:
		| @@ -1,3 +1,8 @@ | |||||||
|  | 2004-02-02  Danny Smith  <dannysmith@users.sourceforge.net> | ||||||
|  |  | ||||||
|  | 	* include/commctrl.h (ICC_STANDARD_CLASSES, ICC_LINK_CLASS): Add | ||||||
|  | 	defines. | ||||||
|  |  | ||||||
| 2004-01-31  Jiri Malak  <Jiri.Malak@geac.cz> | 2004-01-31  Jiri Malak  <Jiri.Malak@geac.cz> | ||||||
|  |  | ||||||
| 	* include/winuser.h (RT_MANIFEST): Make conditional on | 	* include/winuser.h (RT_MANIFEST): Make conditional on | ||||||
|   | |||||||
| @@ -1475,6 +1475,10 @@ extern "C" { | |||||||
| #define ICC_NATIVEFNTCTL_CLASS 8192 | #define ICC_NATIVEFNTCTL_CLASS 8192 | ||||||
| #define INFOTIPSIZE 1024 | #define INFOTIPSIZE 1024 | ||||||
| #endif /* _WIN32_IE */ | #endif /* _WIN32_IE */ | ||||||
|  | #if (_WIN32_WINNT >= 0x501) | ||||||
|  | #define ICC_STANDARD_CLASSES	0x00004000 | ||||||
|  | #define ICC_LINK_CLASS		0x00008000 | ||||||
|  | #endif | ||||||
| #define GDTR_MIN 1 | #define GDTR_MIN 1 | ||||||
| #define GDTR_MAX 2 | #define GDTR_MAX 2 | ||||||
| #define GMR_VISIBLE 0 | #define GMR_VISIBLE 0 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user