mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 10:41:12 +00:00
Define a couple more SPI_ constants.
This commit is contained in:
parent
f9f68327cc
commit
2b5322c7e9
1 changed files with 2 additions and 0 deletions
|
@ -2712,6 +2712,8 @@ typedef struct
|
|||
#define SPI_SETACTIVEWNDTRKTIMEOUT 0x2003
|
||||
#define SPI_GETFOREGROUNDFLASHCOUNT 0x2004
|
||||
#define SPI_SETFOREGROUNDFLASHCOUNT 0x2005
|
||||
#define SPI_GETCARETWIDTH 0x2006
|
||||
#define SPI_SETCARETWIDTH 0x2007
|
||||
|
||||
/* defines below are for all win versions _WIN32_WINNT >= 0x0501 */
|
||||
#define SPI_GETMOUSESONAR 0x101C
|
||||
|
|
Loading…
Reference in a new issue