mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
- Define RB_GETBANDMARGINS and RB_SETWINDOWTHEME.
svn path=/trunk/; revision=9365
This commit is contained in:
parent
08358fce51
commit
5c60bbb820
1 changed files with 4 additions and 0 deletions
|
@ -1741,6 +1741,10 @@ extern "C" {
|
|||
#else
|
||||
#define RB_GETBANDINFO (WM_USER+5)
|
||||
#endif /* _WIN32_IE >= 0x0400 */
|
||||
#if (_WIN32_WINNT >= 0x0501)
|
||||
#define RB_GETBANDMARGINS (WM_USER+40)
|
||||
#define RB_SETWINDOWTHEME CCM_SETWINDOWTHEME
|
||||
#endif
|
||||
#define CBEM_INSERTITEMA (WM_USER + 1)
|
||||
#define CBEM_SETIMAGELIST (WM_USER + 2)
|
||||
#define CBEM_GETIMAGELIST (WM_USER + 3)
|
||||
|
|
Loading…
Reference in a new issue