2007-05-19 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>

* include/shellapi.h (NIN_POPUPOPEN, NIN_POPUPCLOSE): Define.
This commit is contained in:
Chris Sutcliffe 2007-05-19 23:52:44 +00:00
parent 7ce1923125
commit 2c656a51c9
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -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