[USER32] Stop hiding exceptions left and right

This commit is contained in:
Giannis Adamopoulos 2018-01-15 12:36:45 +02:00
parent e0498ca00a
commit bd193c4534
8 changed files with 21 additions and 7 deletions

View file

@ -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;