fix gdi32 clipping winetest

svn path=/trunk/; revision=66624
This commit is contained in:
Christoph von Wittich 2015-03-09 19:05:58 +00:00
parent 9a8d806a2e
commit 9ee7073a81

View file

@ -837,7 +837,7 @@ GetClipRgn(
{ {
/* Last error code differs from what NtGdiGetRandomRgn returns */ /* Last error code differs from what NtGdiGetRandomRgn returns */
SetLastError(ERROR_INVALID_PARAMETER); SetLastError(ERROR_INVALID_PARAMETER);
return 0; return -1;
} }
Ret = NtGdiGetRandomRgn(hdc, hrgn, CLIPRGN); Ret = NtGdiGetRandomRgn(hdc, hrgn, CLIPRGN);