From b359f9adfe4d8e1a08671b41c6b0b8f0b0863de6 Mon Sep 17 00:00:00 2001 From: Danny Smith Date: Fri, 19 Nov 2004 08:30:26 +0000 Subject: 2004-11-19 Benoit Blanchon * include/shellapi.h (NIF_GUID): Add define. Correct my 2004-11-04 Changelog entry --- winsup/w32api/ChangeLog | 6 +++++- winsup/w32api/include/shellapi.h | 5 +++++ 2 files changed, 10 insertions(+), 1 deletion(-) (limited to 'winsup') diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog index 9d24030..5b0f72c 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 8b323d3..9abdf99 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 -- cgit v1.1