define a couple more SPI_ constants

Mike McCormack mike at codeweavers.com
Fri Aug 27 13:08:28 CDT 2004


ChangeLog:
* define a couple more SPI_ constants
-------------- next part --------------
Index: include/winuser.h
===================================================================
RCS file: /home/wine/wine/include/winuser.h,v
retrieving revision 1.183
diff -u -r1.183 winuser.h
--- include/winuser.h	25 Jun 2004 01:18:10 -0000	1.183
+++ include/winuser.h	27 Aug 2004 16:41:53 -0000
@@ -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


More information about the wine-patches mailing list