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>2011-03-05 23:50:52 +0300
committerChris Sutcliffe <ir0nh34d@users.sourceforge.net>2011-03-05 23:50:52 +0300
commit905220bf0942b98f8007b6c901aca037691eddc3 (patch)
treee41e926a21db4b63f4905995c0f1ccd64c250827 /winsup
parent8a456980d633d85fd226021d77c61aed7f258e00 (diff)
2011-03-05 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
* include/commctrl.h (NMTCKEYDOWN): Define.
Diffstat (limited to 'winsup')
-rw-r--r--winsup/w32api/ChangeLog4
-rw-r--r--winsup/w32api/include/commctrl.h6
2 files changed, 10 insertions, 0 deletions
diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog
index 1b66997d2..01757defe 100644
--- a/winsup/w32api/ChangeLog
+++ b/winsup/w32api/ChangeLog
@@ -1,5 +1,9 @@
2011-03-05 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
+ * include/commctrl.h (NMTCKEYDOWN): Define.
+
+2011-03-05 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
+
* include/wtsapi32.h (WTSSendMessageA, WTSSendMessageW, WTSSendMessage):
Define.
diff --git a/winsup/w32api/include/commctrl.h b/winsup/w32api/include/commctrl.h
index f67c2f56b..1c9a0b37a 100644
--- a/winsup/w32api/include/commctrl.h
+++ b/winsup/w32api/include/commctrl.h
@@ -1861,6 +1861,12 @@ extern "C" {
#define L_MAX_URL_LENGTH 2084
#endif
+typedef struct tagNMTCKEYDOWN {
+ NMHDR hdr;
+ WORD wVKey;
+ UINT flags;
+} NMTCKEYDOWN;
+
#ifndef RC_INVOKED
typedef struct tagCOMBOBOXEXITEMA{
UINT mask;