Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Smith <dannysmith@users.sourceforge.net>2004-11-19 11:30:26 +0300
committerDanny Smith <dannysmith@users.sourceforge.net>2004-11-19 11:30:26 +0300
commitb359f9adfe4d8e1a08671b41c6b0b8f0b0863de6 (patch)
tree53a73d3971ade5c3dd532b4007f31f03ace7b8d3 /winsup/w32api
parent3ff5506593855976f64d0b435ec43313638e2ad6 (diff)
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')
-rw-r--r--winsup/w32api/ChangeLog6
-rw-r--r--winsup/w32api/include/shellapi.h5
2 files changed, 10 insertions, 1 deletions
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 <benoit.blanchon@free.fr>
+
+ * include/shellapi.h (NIF_GUID): Add another define.
+
2004-11-18 Earnie Boyd <earnie@users.sf.net>
* include/wincon.h (AttachConsole): Correct the _WIN32_WINNT filter.
@@ -37,7 +41,7 @@
2004-11-04 Danny Smith <dannysmith@users.sourceforge.net>
- * include/wingdi.h (NIF_INFO): Add define.
+ * include/shellapi.h (NIF_INFO): Add define.
(NIIF_*) Add defines..
Thanks to: Benoit Blanchon <benoit.blanchon@free.fr>
(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