mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
[User32] Add Back Break with Error Message
Add back missing break. See CORE-17856.
This commit is contained in:
parent
1897f9f0c0
commit
9cff384c22
1 changed files with 2 additions and 0 deletions
|
@ -1134,6 +1134,8 @@ LONG_PTR IntGetWindowLong( HWND hwnd, INT offset, UINT size, BOOL unicode )
|
|||
{
|
||||
SetLastError(ERROR_ACCESS_DENIED);
|
||||
retvalue = 0;
|
||||
ERR("Outside Access and Denied!\n");
|
||||
break;
|
||||
}
|
||||
retvalue = (ULONG_PTR)IntGetWndProc(wndPtr, !unicode);
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue