2007-05-19 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
* include/shellapi.h (NIN_POPUPOPEN, NIN_POPUPCLOSE): Define.
This commit is contained in:
parent
7ce1923125
commit
2c656a51c9
|
@ -1,3 +1,7 @@
|
|||
2007-05-19 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
|
||||
|
||||
* include/shellapi.h (NIN_POPUPOPEN, NIN_POPUPCLOSE): Define.
|
||||
|
||||
2007-04-22 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
|
||||
|
||||
* include/shellapi.h (NOTIFYICONDATAA, NOTIFYICONDATAW): Updated to support
|
||||
|
|
|
@ -54,6 +54,8 @@ extern "C" {
|
|||
#define NOTIFYICON_VERSION 3
|
||||
#define NIM_SETFOCUS 3
|
||||
#define NIM_SETVERSION 4
|
||||
#define NIN_POPUPOPEN WM_USER+6
|
||||
#define NIN_POPUPCLOSE WM_USER+7
|
||||
#endif
|
||||
#define NIF_MESSAGE 0x00000001
|
||||
#define NIF_ICON 0x00000002
|
||||
|
|
Loading…
Reference in New Issue