Skip to content

Commit 658175b

Browse files
committed
[Win32k]
- Fix future wine sync user32 win test for get process default layout with null parameter. svn path=/trunk/; revision=48929
1 parent be6788e commit 658175b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

reactos/subsystems/win32/win32k/ntuser/simplecall.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -347,6 +347,7 @@ NtUserCallOneParam(
347347
}
348348
_SEH2_EXCEPT(EXCEPTION_EXECUTE_HANDLER)
349349
{
350+
SetLastNtError(_SEH2_GetExceptionCode());
350351
Ret = FALSE;
351352
}
352353
_SEH2_END;

0 commit comments

Comments
 (0)