mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
[win32k]
- Fix a warning caused by my previous commit svn path=/trunk/; revision=55457
This commit is contained in:
parent
44d9f6f838
commit
da5891c24b
1 changed files with 1 additions and 0 deletions
|
@ -328,6 +328,7 @@ NtUserUpdatePerUserSystemParameters(
|
|||
g_PaintDesktopVersion = SpiLoadDWord(KEY_DESKTOP, VAL_PAINTDESKVER, 0);
|
||||
else
|
||||
g_PaintDesktopVersion = FALSE;
|
||||
bResult = TRUE;
|
||||
|
||||
TRACE("Leave NtUserUpdatePerUserSystemParameters, returning %d\n", bResult);
|
||||
UserLeave();
|
||||
|
|
Loading…
Reference in a new issue