mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 06:15:52 +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
|
@ -1216,6 +1216,7 @@ DefWindowProcA(HWND hWnd,
|
|||
}
|
||||
_SEH2_EXCEPT(EXCEPTION_EXECUTE_HANDLER)
|
||||
{
|
||||
ERR("Got exception in hooked DefWindowProcA!\n");
|
||||
}
|
||||
_SEH2_END;
|
||||
|
||||
|
@ -1255,6 +1256,7 @@ DefWindowProcW(HWND hWnd,
|
|||
}
|
||||
_SEH2_EXCEPT(EXCEPTION_EXECUTE_HANDLER)
|
||||
{
|
||||
ERR("Got exception in hooked DefWindowProcW!\n");
|
||||
}
|
||||
_SEH2_END;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue