- If an appication hangs other than suspended use Hung test to prevent locking the whole system. Quick fix for CORE-10078.

svn path=/trunk/; revision=73876
This commit is contained in:
James Tabor 2017-02-22 00:25:13 +00:00
parent 9accb03ac7
commit c87e532dcb

View file

@ -1111,7 +1111,7 @@ UpdateThreadWindows(PWND pWnd, PTHREADINFO pti, HRGN hRgn)
}
else
{
if (IsThreadSuspended(pwndTemp->head.pti))
if (IsThreadSuspended(pwndTemp->head.pti) || MsqIsHung(pwndTemp->head.pti))
{
UpdateTheadChildren(pwndTemp, hRgn);
}