mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
Add a hack for SPI_GETKEYBOARDCUES
svn path=/trunk/; revision=30661
This commit is contained in:
parent
e4c06afd1d
commit
55e7ab53a2
1 changed files with 4 additions and 0 deletions
|
@ -1040,6 +1040,10 @@ IntSystemParametersInfo(
|
|||
|
||||
|
||||
case SPI_GETKEYBOARDCUES:
|
||||
/* FIXME: Implement this, don't just return constant */
|
||||
*(PBOOL)pvParam = FALSE;
|
||||
break;
|
||||
|
||||
case SPI_SETDOUBLECLKWIDTH:
|
||||
case SPI_SETDOUBLECLKHEIGHT:
|
||||
case SPI_SETDOUBLECLICKTIME:
|
||||
|
|
Loading…
Reference in a new issue