2008-10-04 Chris Sutcliffe <ir0nh34d@users.sf.net>
* include/shellapi.h (NOTIFYICON_VERSION_4): Define.
This commit is contained in:
parent
59b56f957a
commit
b36289958c
@ -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>
|
2008-09-25 Chris Sutcliffe <ir0nh34d@users.sf.net>
|
||||||
|
|
||||||
* include/vfw.h (capSendMessage): Rename to __capSendMessage.
|
* include/vfw.h (capSendMessage): Rename to __capSendMessage.
|
||||||
|
@ -52,6 +52,9 @@ extern "C" {
|
|||||||
#define NIM_DELETE 2
|
#define NIM_DELETE 2
|
||||||
#if (_WIN32_IE >= 0x0500)
|
#if (_WIN32_IE >= 0x0500)
|
||||||
#define NOTIFYICON_VERSION 3
|
#define NOTIFYICON_VERSION 3
|
||||||
|
#ifdef (_WIN32_WINNT >= 0x600)
|
||||||
|
#define NOTIFYICON_VERSION_4 4
|
||||||
|
#endif
|
||||||
#define NIM_SETFOCUS 3
|
#define NIM_SETFOCUS 3
|
||||||
#define NIM_SETVERSION 4
|
#define NIM_SETVERSION 4
|
||||||
#define NIN_POPUPOPEN WM_USER+6
|
#define NIN_POPUPOPEN WM_USER+6
|
||||||
|
Loading…
Reference in New Issue
Block a user