- 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:
James Tabor 2017-08-24 22:03:01 +00:00
parent 699a97f3e2
commit ddaeb9ccac

View file

@ -50,7 +50,6 @@ GetSysColorBrush(int nIndex)
return gpsi->ahbrSystem[nIndex];
}
SetLastError(ERROR_INVALID_PARAMETER);
return NULL;
}