mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
[Win32k]
- More fixes to In Send message support. One more case fixed in looping back. svn path=/trunk/; revision=49936
This commit is contained in:
parent
6e80bd7c43
commit
a3bba1d54a
1 changed files with 2 additions and 1 deletions
|
@ -532,7 +532,8 @@ co_MsqDispatchOneSentMessage(PUSER_MESSAGE_QUEUE MessageQueue)
|
|||
/* free the message */
|
||||
ExFreePoolWithTag(Message, TAG_USRMSG);
|
||||
|
||||
pti->pcti->CTI_flags &= ~CTI_INSENDMESSAGE;
|
||||
/* do not hangup on the user if this is reentering */
|
||||
if (!SaveMsg) pti->pcti->CTI_flags &= ~CTI_INSENDMESSAGE;
|
||||
pti->pusmCurrent = SaveMsg;
|
||||
|
||||
return(TRUE);
|
||||
|
|
Loading…
Reference in a new issue