Author: jimtabor Date: Thu Aug 24 22:03:01 2017 New Revision: 75661
URL: http://svn.reactos.org/svn/reactos?rev=75661&view=rev Log: [User32] - Patch by mudhead : If the index is out of range, no error should be set, see CORE-13716.
Modified: trunk/reactos/win32ss/user/user32/windows/defwnd.c
Modified: trunk/reactos/win32ss/user/user32/windows/defwnd.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/win32ss/user/user32/windows... ============================================================================== --- trunk/reactos/win32ss/user/user32/windows/defwnd.c [iso-8859-1] (original) +++ trunk/reactos/win32ss/user/user32/windows/defwnd.c [iso-8859-1] Thu Aug 24 22:03:01 2017 @@ -50,7 +50,6 @@ return gpsi->ahbrSystem[nIndex]; }
- SetLastError(ERROR_INVALID_PARAMETER); return NULL; }