mirror of
https://github.com/reactos/reactos.git
synced 2025-08-01 19:33:23 +00:00
[WIN32K]
Use _SEH2_YIELD to return from except block. Thanks Hermes. svn path=/trunk/; revision=58437
This commit is contained in:
parent
cf181301af
commit
fedc58ea2a
1 changed files with 1 additions and 1 deletions
|
@ -539,7 +539,7 @@ NtGdiGetTextMetricsW(
|
|||
_SEH2_EXCEPT(EXCEPTION_EXECUTE_HANDLER)
|
||||
{
|
||||
SetLastNtError(_SEH2_GetExceptionCode());
|
||||
return FALSE;
|
||||
_SEH2_YIELD(return FALSE);
|
||||
}
|
||||
_SEH2_END
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue