mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 19:46:07 +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
|
@ -1454,6 +1454,7 @@ DrawFrameControl(HDC hDC, LPRECT rc, UINT uType, UINT uState)
|
|||
}
|
||||
_SEH2_EXCEPT(EXCEPTION_EXECUTE_HANDLER)
|
||||
{
|
||||
ERR("Got exception in hooked DrawFrameControl!\n");
|
||||
}
|
||||
_SEH2_END;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue