Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/winsup
diff options
context:
space:
mode:
authorChris Sutcliffe <ir0nh34d@users.sourceforge.net>2007-05-20 03:52:44 +0400
committerChris Sutcliffe <ir0nh34d@users.sourceforge.net>2007-05-20 03:52:44 +0400
commit2c656a51c9b0d619ec2479ca925c14c3a59d19ce (patch)
tree3d607490b3e42ec29638150569a577ea8f6d790e /winsup
parent7ce1923125ad3e0e1205e532c0f5318b4744382a (diff)
2007-05-19 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
* include/shellapi.h (NIN_POPUPOPEN, NIN_POPUPCLOSE): Define.
Diffstat (limited to 'winsup')
-rw-r--r--winsup/w32api/ChangeLog4
-rw-r--r--winsup/w32api/include/shellapi.h2
2 files changed, 6 insertions, 0 deletions
diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog
index 687e1efb1..8cf43e051 100644
--- a/winsup/w32api/ChangeLog
+++ b/winsup/w32api/ChangeLog
@@ -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
diff --git a/winsup/w32api/include/shellapi.h b/winsup/w32api/include/shellapi.h
index 282f61d11..3588f706c 100644
--- a/winsup/w32api/include/shellapi.h
+++ b/winsup/w32api/include/shellapi.h
@@ -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