mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-28 19:26:16 +00:00
[win32k]
- Giannis Adamopoulos: Don't do callbacks to usermode when holding the lock. Fixes the famous "VMWare video driver installer 2nd stage hang" bug. Signed off by James Tabor. See issue #2666 for more details. svn path=/trunk/; revision=43119
This commit is contained in:
@@ -534,11 +534,6 @@ co_MsqPeekHardwareMessage(PUSER_MESSAGE_QUEUE MessageQueue, PWINDOW_OBJECT Windo
|
||||
UserMode, FALSE, NULL, NULL);
|
||||
|
||||
UserEnterCo();
|
||||
|
||||
while (co_MsqDispatchOneSentMessage(MessageQueue))
|
||||
{
|
||||
;
|
||||
}
|
||||
}
|
||||
while (NT_SUCCESS(WaitStatus) && STATUS_WAIT_0 != WaitStatus);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user