mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
Define PBS_MARQUEE and PBM_SETMARQUEE.
svn path=/trunk/; revision=10447
This commit is contained in:
@@ -896,6 +896,10 @@ extern "C" {
|
||||
#define PBM_SETBKCOLOR CCM_SETBKCOLOR
|
||||
#define PBS_SMOOTH 1
|
||||
#define PBS_VERTICAL 4
|
||||
#if (_WIN32_WINNT >= 0x0501)
|
||||
#define PBS_MARQUEE 8
|
||||
#define PBM_SETMARQUEE (WM_USER+10)
|
||||
#endif
|
||||
#define LVS_ICON 0
|
||||
#define LVS_REPORT 1
|
||||
#define LVS_SMALLICON 2
|
||||
|
||||
Reference in New Issue
Block a user