mirror of
https://github.com/reactos/reactos.git
synced 2025-04-04 04:26:32 +00:00
[SDK] commctrl.h: Add missing Vista+ TTI_(INFO|WARNING|ERROR)_LARGE defines
This commit is contained in:
parent
7126298195
commit
50986d8470
1 changed files with 5 additions and 0 deletions
|
@ -1780,6 +1780,11 @@ typedef struct tagNMBCDROPDOWN {
|
|||
#define TTI_INFO 1
|
||||
#define TTI_WARNING 2
|
||||
#define TTI_ERROR 3
|
||||
#if (_WIN32_WINNT >= 0x0600)
|
||||
#define TTI_INFO_LARGE 4
|
||||
#define TTI_WARNING_LARGE 5
|
||||
#define TTI_ERROR_LARGE 6
|
||||
#endif
|
||||
|
||||
#define TTM_ACTIVATE (WM_USER+1)
|
||||
#define TTM_SETDELAYTIME (WM_USER+3)
|
||||
|
|
Loading…
Reference in a new issue