commit | 2b5322c7e9b649820e4513d0ffe127b51775c352 | [log] [tgz] |
---|---|---|
author | Mike McCormack <mike@codeweavers.com> | Fri Aug 27 19:12:12 2004 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Fri Aug 27 19:12:12 2004 +0000 |
tree | b03c0a07b3496b3fcfdc0a9b4f9a20d8a749c9fa | |
parent | f9f68327cc801d8f06327d4fa7c5ffc08729544b [diff] [blame] |
Define a couple more SPI_ constants.
diff --git a/include/winuser.h b/include/winuser.h index a7e4c41..34c24ed 100644 --- a/include/winuser.h +++ b/include/winuser.h
@@ -2712,6 +2712,8 @@ #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