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