File tree 2 files changed +6
-5
lines changed
reactos/win32ss/user/ntuser 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -312,6 +312,7 @@ SpiUpdatePerUserSystemParameters(VOID)
312
312
gspv .serialkeys .cbSize = sizeof (SERIALKEYS );
313
313
gspv .soundsentry .cbSize = sizeof (SOUNDSENTRYW );
314
314
gspv .highcontrast .cbSize = sizeof (HIGHCONTRASTW );
315
+ gspv .animationinfo .cbSize = sizeof (ANIMATIONINFO );
315
316
316
317
/* Make sure we don't use broken values */
317
318
SpiFixupValues ();
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ typedef struct _SPIVALUES
52
52
53
53
/* Accessability */
54
54
ACCESSTIMEOUT accesstimeout ;
55
- HIGHCONTRAST highcontrast ;
55
+ HIGHCONTRASTW highcontrast ;
56
56
BOOL bScreenReader ;
57
57
#if (WINVER >= 0x0600 )
58
58
AUDIODESCRIPTION audiodescription ;
@@ -63,7 +63,7 @@ typedef struct _SPIVALUES
63
63
#endif
64
64
65
65
/* Sound */
66
- SOUNDSENTRY soundsentry ;
66
+ SOUNDSENTRYW soundsentry ;
67
67
BOOL bShowSounds ;
68
68
BOOL bBeep ;
69
69
@@ -175,11 +175,11 @@ typedef union _SPIBUFFER
175
175
STICKYKEYS stickykeys ;
176
176
ACCESSTIMEOUT accesstimeout ;
177
177
SERIALKEYS serialkeys ;
178
- SOUNDSENTRY soundsentry ;
178
+ SOUNDSENTRYW soundsentry ;
179
179
NONCLIENTMETRICSW ncmetrics ;
180
180
MINIMIZEDMETRICS mmmetrics ;
181
- ICONMETRICS iconmetrics ;
182
- HIGHCONTRAST highcontrast ;
181
+ ICONMETRICSW iconmetrics ;
182
+ HIGHCONTRASTW highcontrast ;
183
183
ANIMATIONINFO animationinfo ;
184
184
#if (WINVER >= 0x0600 )
185
185
AUDIODESCRIPTION audiodescription ;
You can’t perform that action at this time.
0 commit comments