Author: janderwald Date: Wed May 3 18:09:39 2006 New Revision: 21788
URL: http://svn.reactos.ru/svn/reactos?rev=21788&view=rev Log: added missing constanst #define SPI_GETMOUSECLICKLOCK 0x101E #define SPI_SETMOUSECLICKLOCK 0x101F
Modified: trunk/reactos/include/winuser.h
Modified: trunk/reactos/include/winuser.h URL: http://svn.reactos.ru/svn/reactos/trunk/reactos/include/winuser.h?rev=21788&... ============================================================================== --- trunk/reactos/include/winuser.h (original) +++ trunk/reactos/include/winuser.h Wed May 3 18:09:39 2006 @@ -1295,6 +1295,8 @@ #define SPI_SETBLOCKSENDINPUTRESETS 0x1027 #define SPI_GETUIEFFECTS 0x103E #define SPI_SETUIEFFECTS 0x103F +#define SPI_GETMOUSECLICKLOCK 4126 +#define SPI_SETMOUSECLICKLOCK 4127 #define SPI_GETMOUSECLICKLOCKTIME 8200 #define SPI_SETMOUSECLICKLOCKTIME 8201 #define SPI_GETMOUSESONAR 0x101C