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:
Danny Smith
2004-11-19 08:30:26 +00:00
parent 3ff5506593
commit b359f9adfe
2 changed files with 10 additions and 1 deletions

View File

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