2011-03-05 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
* include/commctrl.h (NMTCKEYDOWN): Define.
This commit is contained in:
parent
8a456980d6
commit
905220bf09
|
@ -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):
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue