mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 10:01:43 +00:00
[USER32] Stop hiding exceptions left and right
This commit is contained in:
parent
e0498ca00a
commit
bd193c4534
8 changed files with 21 additions and 7 deletions
|
@ -159,6 +159,7 @@ GetSystemMetrics(int nIndex)
|
|||
}
|
||||
_SEH2_EXCEPT(EXCEPTION_EXECUTE_HANDLER)
|
||||
{
|
||||
ERR("Got exception in hooked GetSystemMetrics!\n");
|
||||
}
|
||||
_SEH2_END;
|
||||
|
||||
|
@ -381,6 +382,7 @@ SystemParametersInfoA(UINT uiAction,
|
|||
}
|
||||
_SEH2_EXCEPT(EXCEPTION_EXECUTE_HANDLER)
|
||||
{
|
||||
ERR("Got exception in hooked SystemParametersInfoA!\n");
|
||||
}
|
||||
_SEH2_END;
|
||||
|
||||
|
@ -413,6 +415,7 @@ SystemParametersInfoW(UINT uiAction,
|
|||
}
|
||||
_SEH2_EXCEPT(EXCEPTION_EXECUTE_HANDLER)
|
||||
{
|
||||
ERR("Got exception in hooked SystemParametersInfoW!\n");
|
||||
}
|
||||
_SEH2_END;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue