2011-03-05 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>

* include/commctrl.h (NMTCKEYDOWN): Define.
This commit is contained in:
Chris Sutcliffe 2011-03-05 20:50:52 +00:00
parent 8a456980d6
commit 905220bf09
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2011-03-05 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
* include/commctrl.h (NMTCKEYDOWN): Define.
2011-03-05 Chris Sutcliffe <ir0nh34d@users.sourceforge.net> 2011-03-05 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
* include/wtsapi32.h (WTSSendMessageA, WTSSendMessageW, WTSSendMessage): * include/wtsapi32.h (WTSSendMessageA, WTSSendMessageW, WTSSendMessage):

View File

@ -1861,6 +1861,12 @@ extern "C" {
#define L_MAX_URL_LENGTH 2084 #define L_MAX_URL_LENGTH 2084
#endif #endif
typedef struct tagNMTCKEYDOWN {
NMHDR hdr;
WORD wVKey;
UINT flags;
} NMTCKEYDOWN;
#ifndef RC_INVOKED #ifndef RC_INVOKED
typedef struct tagCOMBOBOXEXITEMA{ typedef struct tagCOMBOBOXEXITEMA{
UINT mask; UINT mask;