mirror of
https://github.com/reactos/reactos.git
synced 2025-04-22 13:10:39 +00:00
[PSDK] Add missing TB_HASACCELERATOR.
svn path=/trunk/; revision=70182
This commit is contained in:
parent
4328123d60
commit
a6a7b6c127
1 changed files with 1 additions and 0 deletions
|
@ -1246,6 +1246,7 @@ extern "C" {
|
|||
#define TB_GETSTRING __MINGW_NAME_AW(TB_GETSTRING)
|
||||
|
||||
#define TB_SETHOTITEM2 (WM_USER+94)
|
||||
#define TB_HASACCELERATOR (WM_USER+95)
|
||||
#define TB_SETLISTGAP (WM_USER+96)
|
||||
#define TB_GETIMAGELISTCOUNT (WM_USER+98)
|
||||
#define TB_GETIDEALSIZE (WM_USER+99)
|
||||
|
|
Loading…
Reference in a new issue