diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog index 9d24030fd..5b0f72c3a 100644 --- a/winsup/w32api/ChangeLog +++ b/winsup/w32api/ChangeLog @@ -1,3 +1,7 @@ +2004-11-19 Benoit Blanchon + + * include/shellapi.h (NIF_GUID): Add another define. + 2004-11-18 Earnie Boyd * include/wincon.h (AttachConsole): Correct the _WIN32_WINNT filter. @@ -37,7 +41,7 @@ 2004-11-04 Danny Smith - * include/wingdi.h (NIF_INFO): Add define. + * include/shellapi.h (NIF_INFO): Add define. (NIIF_*) Add defines.. Thanks to: Benoit Blanchon (NIF_*): Convert constants to hex. diff --git a/winsup/w32api/include/shellapi.h b/winsup/w32api/include/shellapi.h index 8b323d37a..9abdf99b4 100644 --- a/winsup/w32api/include/shellapi.h +++ b/winsup/w32api/include/shellapi.h @@ -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