2004-11-19 Benoit Blanchon <benoit.blanchon@free.fr>
* include/shellapi.h (NIF_GUID): Add define. Correct my 2004-11-04 Changelog entry
This commit is contained in:
		| @@ -1,3 +1,7 @@ | ||||
| 2004-11-19  Benoit Blanchon  <benoit.blanchon@free.fr> | ||||
|  | ||||
| 	* include/shellapi.h (NIF_GUID): Add another define. | ||||
|  | ||||
| 2004-11-18  Earnie Boyd  <earnie@users.sf.net> | ||||
|  | ||||
| 	* include/wincon.h (AttachConsole): Correct the _WIN32_WINNT filter. | ||||
| @@ -37,7 +41,7 @@ | ||||
|  | ||||
| 2004-11-04  Danny Smith  <dannysmith@users.sourceforge.net> | ||||
|  | ||||
| 	* include/wingdi.h (NIF_INFO): Add define. | ||||
| 	* include/shellapi.h (NIF_INFO): Add define. | ||||
| 	(NIIF_*) Add defines.. | ||||
| 	Thanks to: Benoit Blanchon <benoit.blanchon@free.fr> | ||||
| 	(NIF_*): Convert constants to hex. | ||||
|   | ||||
| @@ -57,6 +57,11 @@ extern "C" { | ||||
| #define NIF_STATE	0x00000008 | ||||
| #if (_WIN32_IE >= 0x0500) | ||||
| #define NIF_INFO	0x00000010 | ||||
| #endif | ||||
| #if (_WIN32_IE >= 0x0600) | ||||
| #define NIF_GUID	0x00000020 | ||||
| #endif | ||||
| #if (_WIN32_IE >= 0x0500) | ||||
| #define NIIF_NONE	0x00000000 | ||||
| #define NIIF_INFO	0x00000001 | ||||
| #define NIIF_WARNING	0x00000002 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user