mirror of
https://github.com/reactos/reactos.git
synced 2024-12-29 02:25:17 +00:00
added constants needed by wine's "user32 msg" test
svn path=/trunk/; revision=9515
This commit is contained in:
parent
004720f1a6
commit
b9b553dbf6
1 changed files with 9 additions and 0 deletions
|
@ -1134,9 +1134,13 @@ extern "C" {
|
|||
#define SPI_GETLOWPOWERACTIVE 83
|
||||
#define SPI_GETLOWPOWERTIMEOUT 79
|
||||
#define SPI_GETMENUDROPALIGNMENT 27
|
||||
#define SPI_GETMENUSHOWDELAY 106
|
||||
#define SPI_GETMINIMIZEDMETRICS 43
|
||||
#define SPI_GETMOUSE 3
|
||||
#define SPI_GETMOUSEKEYS 54
|
||||
#define SPI_GETMOUSEHOVERHEIGHT 100
|
||||
#define SPI_GETMOUSEHOVERTIME 102
|
||||
#define SPI_GETMOUSEHOVERWIDTH 98
|
||||
#define SPI_GETMOUSETRAILS 94
|
||||
#define SPI_GETNONCLIENTMETRICS 41
|
||||
#define SPI_GETPOWEROFFACTIVE 84
|
||||
|
@ -1188,9 +1192,13 @@ extern "C" {
|
|||
#define SPI_SETLOWPOWERACTIVE 85
|
||||
#define SPI_SETLOWPOWERTIMEOUT 81
|
||||
#define SPI_SETMENUDROPALIGNMENT 28
|
||||
#define SPI_SETMENUSHOWDELAY 107
|
||||
#define SPI_SETMINIMIZEDMETRICS 44
|
||||
#define SPI_SETMOUSE 4
|
||||
#define SPI_SETMOUSEBUTTONSWAP 33
|
||||
#define SPI_SETMOUSEHOVERHEIGHT 101
|
||||
#define SPI_SETMOUSEHOVERTIME 103
|
||||
#define SPI_SETMOUSEHOVERWIDTH 99
|
||||
#define SPI_SETMOUSEKEYS 55
|
||||
#define SPI_SETMOUSETRAILS 93
|
||||
#define SPI_SETNONCLIENTMETRICS 42
|
||||
|
@ -1259,6 +1267,7 @@ extern "C" {
|
|||
#define WM_CANCELMODE 31
|
||||
#define WM_CAPTURECHANGED 533
|
||||
#define WM_CHANGECBCHAIN 781
|
||||
#define WM_CHANGEUISTATE 295
|
||||
#define WM_CHAR 258
|
||||
#define WM_CHARTOITEM 47
|
||||
#define WM_CHILDACTIVATE 34
|
||||
|
|
Loading…
Reference in a new issue