mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +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)
|
||||
{
|
||||
ERR("Event D/SAW: Last Activate/Deactivate %d\n", EventLast);
|
||||
//ERR("Event D/SAW: Last Activate/Deactivate %d\n", EventLast);
|
||||
return Ret;
|
||||
}
|
||||
|
||||
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);
|
||||
MsqDestroyMessage(Message);
|
||||
Ret = TRUE;
|
||||
|
|
Loading…
Reference in a new issue