OSDN Git Service

2008-10-04 Chris Sutcliffe <ir0nh34d@users.sf.net>
authorironhead <ironhead>
Sat, 4 Oct 2008 18:11:47 +0000 (18:11 +0000)
committerironhead <ironhead>
Sat, 4 Oct 2008 18:11:47 +0000 (18:11 +0000)
        * include/shellapi.h (NOTIFYICON_VERSION_4): Define.

winsup/w32api/ChangeLog
winsup/w32api/include/shellapi.h

index 1adab15..c273756 100644 (file)
@@ -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.
index 3588f70..8af1a3f 100644 (file)
@@ -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