mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[WIN32K] set lasterror in NtGdiCombineRgn
svn path=/trunk/; revision=72656
This commit is contained in:
@@ -3506,6 +3506,7 @@ NtGdiCombineRgn(
|
||||
{
|
||||
DPRINT1("NtGdiCombineRgn invalid parameters: %p, %p, %p, %d\n",
|
||||
hrgnDst, hrgnSrc1, hrgnSrc2, iMode);
|
||||
EngSetLastError(ERROR_INVALID_HANDLE);
|
||||
return ERROR;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user