[WIN32SS:USER] Some minimal work and fixes concerning message queues timeouts.
[reactos.git] / win32ss / user / ntuser / simplecall.c
index 7cd2c84..462bbe1 100644 (file)
@@ -515,7 +515,7 @@ NtUserCallTwoParam(
             {
                 break;
             }
-            if (MsqIsHung(Window->head.pti))
+            if (MsqIsHung(Window->head.pti, MSQ_HUNG))
             {
                 // TODO: Make the window ghosted and activate.
                 break;