diff options
author | Danny Smith <dannysmith@users.sourceforge.net> | 2004-11-19 08:30:26 +0000 |
---|---|---|
committer | Danny Smith <dannysmith@users.sourceforge.net> | 2004-11-19 08:30:26 +0000 |
commit | b359f9adfe4d8e1a08671b41c6b0b8f0b0863de6 (patch) | |
tree | 53a73d3971ade5c3dd532b4007f31f03ace7b8d3 /winsup/w32api/include/shellapi.h | |
parent | 3ff5506593855976f64d0b435ec43313638e2ad6 (diff) | |
download | cygnal-b359f9adfe4d8e1a08671b41c6b0b8f0b0863de6.tar.gz cygnal-b359f9adfe4d8e1a08671b41c6b0b8f0b0863de6.tar.bz2 cygnal-b359f9adfe4d8e1a08671b41c6b0b8f0b0863de6.zip |
2004-11-19 Benoit Blanchon <benoit.blanchon@free.fr>
* include/shellapi.h (NIF_GUID): Add define.
Correct my 2004-11-04 Changelog entry
Diffstat (limited to 'winsup/w32api/include/shellapi.h')
-rw-r--r-- | winsup/w32api/include/shellapi.h | 5 |
1 files changed, 5 insertions, 0 deletions
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 |