2008-10-04 Chris Sutcliffe <ir0nh34d@users.sf.net>

* include/shellapi.h (NOTIFYICON_VERSION_4): Define.
This commit is contained in:
Chris Sutcliffe 2008-10-04 18:11:48 +00:00
parent 59b56f957a
commit b36289958c
2 changed files with 7 additions and 0 deletions

View 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.

View 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