mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 17:44:45 +00:00
- Remove duplicate SPI_* definitions.
svn path=/trunk/; revision=11043
This commit is contained in:
parent
d8db49d056
commit
ee3726520d
1 changed files with 1 additions and 5 deletions
|
@ -1112,9 +1112,7 @@ extern "C" {
|
|||
#define HSHELL_WINDOWCREATED 1
|
||||
#define HSHELL_WINDOWDESTROYED 2
|
||||
#define SPI_GETACCESSTIMEOUT 60
|
||||
#define SPI_GETACTIVEWINDOWTRACKING 4096
|
||||
#define SPI_GETACTIVEWNDTRKTIMEOUT 8194
|
||||
#define SPI_GETACTIVEWNDTRKZORDER 4108
|
||||
#define SPI_GETANIMATION 72
|
||||
#define SPI_GETBEEP 1
|
||||
#define SPI_GETBORDER 5
|
||||
|
@ -1162,8 +1160,8 @@ extern "C" {
|
|||
#define SPI_SCREENSAVERRUNNING 97
|
||||
#define SPI_SETACCESSTIMEOUT 61
|
||||
#define SPI_SETACTIVEWINDOWTRACKING 4097
|
||||
#define SPI_SETACTIVEWNDTRKTIMEOUT 8195
|
||||
#define SPI_SETACTIVEWNDTRKZORDER 4109
|
||||
#define SPI_SETACTIVEWNDTRKTIMEOUT 8195
|
||||
#define SPI_SETANIMATION 73
|
||||
#define SPI_SETBEEP 2
|
||||
#define SPI_SETBORDER 6
|
||||
|
@ -1234,8 +1232,6 @@ extern "C" {
|
|||
#define SPI_GETSELECTIONFADE 0x1014
|
||||
#define SPI_GETTOOLTIPANIMATION 0x1016
|
||||
#define SPI_GETTOOLTIPFADE 0x1018
|
||||
#define SPI_SETACTIVEWINDOWTRACKING 0x1001
|
||||
#define SPI_SETACTIVEWNDTRKZORDER 0x100D
|
||||
#define SPI_SETCOMBOBOXANIMATION 0x1005
|
||||
#define SPI_SETCURSORSHADOW 0x101B
|
||||
#define SPI_SETGRADIENTCAPTIONS 0x1009
|
||||
|
|
Loading…
Reference in a new issue