* include/winuser.h (SW_SMOOTHSCROLL): Add define.
This commit is contained in:
@ -2079,6 +2079,9 @@ extern "C" {
|
||||
#define SW_SCROLLCHILDREN 1
|
||||
#define SW_INVALIDATE 2
|
||||
#define SW_ERASE 4
|
||||
#if (_WIN32_WINDOWS >= 0x0410 || _WIN32_WINNT >= 0x0500)
|
||||
#define SW_SMOOTHSCROLL 0x0010
|
||||
#endif /* (_WIN32_WINDOWS >= 0x0410 || _WIN32_WINNT >= 0x0500) */
|
||||
#define SC_SIZE 0xF000
|
||||
#define SC_MOVE 0xF010
|
||||
#define SC_MINIMIZE 0xF020
|
||||
|
Reference in New Issue
Block a user