diff --git a/win32ss/user/ntuser/simplecall.c b/win32ss/user/ntuser/simplecall.c index 67377de4a8c..7cd2c8490d9 100644 --- a/win32ss/user/ntuser/simplecall.c +++ b/win32ss/user/ntuser/simplecall.c @@ -515,6 +515,11 @@ NtUserCallTwoParam( { break; } + if (MsqIsHung(Window->head.pti)) + { + // TODO: Make the window ghosted and activate. + break; + } if (fAltTab) { if (Window->style & WS_MINIMIZE)