Skip to content

Commit 0ec1c73

Browse files
committed
[WIN32K] set lasterror in NtGdiCombineRgn
svn path=/trunk/; revision=72656
1 parent 10c7e5c commit 0ec1c73

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

reactos/win32ss/gdi/ntgdi/region.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3506,6 +3506,7 @@ NtGdiCombineRgn(
35063506
{
35073507
DPRINT1("NtGdiCombineRgn invalid parameters: %p, %p, %p, %d\n",
35083508
hrgnDst, hrgnSrc1, hrgnSrc2, iMode);
3509+
EngSetLastError(ERROR_INVALID_HANDLE);
35093510
return ERROR;
35103511
}
35113512

0 commit comments

Comments
 (0)