aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Sutcliffe <ir0nh34d@users.sourceforge.net>2011-03-05 20:50:52 +0000
committerChris Sutcliffe <ir0nh34d@users.sourceforge.net>2011-03-05 20:50:52 +0000
commit905220bf0942b98f8007b6c901aca037691eddc3 (patch)
treee41e926a21db4b63f4905995c0f1ccd64c250827
parent8a456980d633d85fd226021d77c61aed7f258e00 (diff)
downloadnewlib-905220bf0942b98f8007b6c901aca037691eddc3.zip
newlib-905220bf0942b98f8007b6c901aca037691eddc3.tar.gz
newlib-905220bf0942b98f8007b6c901aca037691eddc3.tar.bz2
2011-03-05 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
* include/commctrl.h (NMTCKEYDOWN): Define.
-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 1b66997..01757de 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 f67c2f5..1c9a0b3 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;