OSDN Git Service

2011-03-05 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
authorironhead <ironhead>
Sun, 6 Mar 2011 05:50:52 +0000 (05:50 +0000)
committerironhead <ironhead>
Sun, 6 Mar 2011 05:50:52 +0000 (05:50 +0000)
        * include/commctrl.h (NMTCKEYDOWN): Define.

winsup/w32api/ChangeLog
winsup/w32api/include/commctrl.h

index 1b66997..01757de 100644 (file)
@@ -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.
 
index f67c2f5..1c9a0b3 100644 (file)
@@ -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;