mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[NtUser]
- 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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user