mirror of
https://github.com/reactos/reactos.git
synced 2025-06-14 15:08:30 +00:00
[NtUser]
- Turn off debug information. svn path=/trunk/; revision=72882
This commit is contained in:
parent
0b4b25d0ed
commit
fb8f6fd2aa
1 changed files with 2 additions and 2 deletions
|
@ -579,13 +579,13 @@ FindRemoveEventMsg(PTHREADINFO pti, DWORD Event, DWORD EventLast)
|
||||||
|
|
||||||
if (Message->dwQEvent == EventLast)
|
if (Message->dwQEvent == EventLast)
|
||||||
{
|
{
|
||||||
ERR("Event D/SAW: Last Activate/Deactivate %d\n", EventLast);
|
//ERR("Event D/SAW: Last Activate/Deactivate %d\n", EventLast);
|
||||||
return Ret;
|
return Ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (Message->dwQEvent == Event)
|
if (Message->dwQEvent == Event)
|
||||||
{
|
{
|
||||||
ERR("Event D/SAW: Found one in the Post Msg Queue! Activate/Deactivate %d\n", Event);
|
//ERR("Event D/SAW: Found one in the Post Msg Queue! Activate/Deactivate %d\n", Event);
|
||||||
ClearMsgBitsMask(pti, Message->QS_Flags);
|
ClearMsgBitsMask(pti, Message->QS_Flags);
|
||||||
MsqDestroyMessage(Message);
|
MsqDestroyMessage(Message);
|
||||||
Ret = TRUE;
|
Ret = TRUE;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue