mirror of
https://github.com/reactos/reactos.git
synced 2025-06-25 06:29:44 +00:00
[GDI32]
fix gdi32 clipping winetest svn path=/trunk/; revision=66624
This commit is contained in:
parent
9a8d806a2e
commit
9ee7073a81
1 changed files with 1 additions and 1 deletions
|
@ -837,7 +837,7 @@ GetClipRgn(
|
|||
{
|
||||
/* Last error code differs from what NtGdiGetRandomRgn returns */
|
||||
SetLastError(ERROR_INVALID_PARAMETER);
|
||||
return 0;
|
||||
return -1;
|
||||
}
|
||||
|
||||
Ret = NtGdiGetRandomRgn(hdc, hrgn, CLIPRGN);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue