* include/winuser.h (SPI_GETWHEELSCROLLLINES) Add define.

(WHEEL_PAGESCROLL): Add define.
This commit is contained in:
Danny Smith 2003-01-05 02:49:15 +00:00
parent 068d279c43
commit 8b052ae3f6
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2003-01-04 Danny Smith <dannysmith@users.sourceforge.net>
* include/winuser.h (SPI_GETWHEELSCROLLLINES) Add define.
(WHEEL_PAGESCROLL): Add define.
2003-01-04 Danny Smith <dannysmith@users.sourceforge.net>
* include/commctrl.h (tagNMTOOLBAR[AW]): Replace obsolete struct

View File

@ -1068,6 +1068,7 @@ extern "C" {
#define SPI_GETSOUNDSENTRY 64
#define SPI_GETSTICKYKEYS 58
#define SPI_GETTOGGLEKEYS 52
#define SPI_GETWHEELSCROLLLINES 104
#define SPI_GETWINDOWSEXTENSION 92
#define SPI_GETWORKAREA 48
#define SPI_ICONHORIZONTALSPACING 13
@ -1322,6 +1323,7 @@ extern "C" {
#if(_WIN32_WINNT >= 0x0400)
#define WHEEL_DELTA 120
#define GET_WHEEL_DELTA_WPARAM(wparam) ((short)HIWORD (wparam))
#define WHEEL_PAGESCROLL UINT_MAX
#endif
#define BM_CLICK 245
#define BM_GETCHECK 240