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:
authorChris Sutcliffe <ir0nh34d@users.sourceforge.net>2008-10-04 22:11:48 +0400
committerChris Sutcliffe <ir0nh34d@users.sourceforge.net>2008-10-04 22:11:48 +0400
commitb36289958c0d2882ce029f220932157143f804f9 (patch)
tree5213702f5c030d647cf467070e2c41cacf4e8745 /winsup/w32api
parent59b56f957ada1fb9d077057c1301b3f84173b2cf (diff)
2008-10-04 Chris Sutcliffe <ir0nh34d@users.sf.net>
* include/shellapi.h (NOTIFYICON_VERSION_4): Define.
Diffstat (limited to 'winsup/w32api')
-rw-r--r--winsup/w32api/ChangeLog4
-rw-r--r--winsup/w32api/include/shellapi.h3
2 files changed, 7 insertions, 0 deletions
diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog
index 1adab1514..c273756ca 100644
--- a/winsup/w32api/ChangeLog
+++ b/winsup/w32api/ChangeLog
@@ -1,3 +1,7 @@
+2008-10-04 Chris Sutcliffe <ir0nh34d@users.sf.net>
+
+ * include/shellapi.h (NOTIFYICON_VERSION_4): Define.
+
2008-09-25 Chris Sutcliffe <ir0nh34d@users.sf.net>
* include/vfw.h (capSendMessage): Rename to __capSendMessage.
diff --git a/winsup/w32api/include/shellapi.h b/winsup/w32api/include/shellapi.h
index 3588f706c..8af1a3f0b 100644
--- a/winsup/w32api/include/shellapi.h
+++ b/winsup/w32api/include/shellapi.h
@@ -52,6 +52,9 @@ extern "C" {
#define NIM_DELETE 2
#if (_WIN32_IE >= 0x0500)
#define NOTIFYICON_VERSION 3
+#ifdef (_WIN32_WINNT >= 0x600)
+#define NOTIFYICON_VERSION_4 4
+#endif
#define NIM_SETFOCUS 3
#define NIM_SETVERSION 4
#define NIN_POPUPOPEN WM_USER+6