Commit fefc8c62 authored by Rein Klazes's avatar Rein Klazes Committed by Alexandre Julliard

Correctly size the spi_loaded array prevents overwriting of system

parameters.
parent 8624ef4a
......@@ -72,7 +72,7 @@ WINE_DEFAULT_DEBUG_CHANNEL(system);
#define SPI_SETMOUSESCROLLLINES_IDX 29
#define SPI_SETMENUSHOWDELAY_IDX 30
#define SPI_WINE_IDX SPI_SETSCREENSAVERRUNNING_IDX
#define SPI_WINE_IDX SPI_SETMENUSHOWDELAY_IDX
/**
* Names of the registry subkeys of HKEY_CURRENT_USER key and value names
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment