mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 04:13:35 +00:00
- don't return without UserLeave, should fix user32:input winetest crash
svn path=/trunk/; revision=41074
This commit is contained in:
@@ -309,6 +309,7 @@ NtUserGetMouseMovePointsEx(
|
||||
|
||||
if ((cbSize != sizeof(MOUSEMOVEPOINT)) || (nBufPoints < 0) || (nBufPoints > 64))
|
||||
{
|
||||
UserLeave();
|
||||
SetLastWin32Error(ERROR_INVALID_PARAMETER);
|
||||
return -1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user