Commit 36a88ac2 authored by Piotr Caban's avatar Piotr Caban Committed by Alexandre Julliard

msvcrt: Fix __uncaught_exception implementation.

parent 9999c59c
......@@ -293,7 +293,7 @@ int CDECL _abnormal_termination(void)
*/
BOOL CDECL MSVCRT___uncaught_exception(void)
{
return FALSE;
return msvcrt_get_thread_data()->processing_throw != 0;
}
#if _MSVCR_VER>=70 && _MSVCR_VER<=71
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment