mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 14:30:57 +00:00
[User32]
- Patch by mudhead : If the index is out of range, no error should be set, see CORE-13716. svn path=/trunk/; revision=75661
This commit is contained in:
parent
699a97f3e2
commit
ddaeb9ccac
1 changed files with 0 additions and 1 deletions
|
@ -50,7 +50,6 @@ GetSysColorBrush(int nIndex)
|
|||
return gpsi->ahbrSystem[nIndex];
|
||||
}
|
||||
|
||||
SetLastError(ERROR_INVALID_PARAMETER);
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue