mirror of
https://github.com/reactos/reactos.git
synced 2025-01-05 22:12:46 +00:00
fix build, sorry
svn path=/trunk/; revision=33489
This commit is contained in:
parent
27ff35dcc8
commit
8f56b70c8b
1 changed files with 1 additions and 1 deletions
|
@ -1501,7 +1501,7 @@ MsqDestroyMessageQueue(PUSER_MESSAGE_QUEUE MessageQueue)
|
|||
/* remove the message queue from any desktops */
|
||||
if ((desk = InterlockedExchangePointer((PVOID*)&MessageQueue->Desktop, 0)))
|
||||
{
|
||||
InterlockedExchangePointer((PVOID*)&desk->ActiveMessageQueue, 0);
|
||||
(void)InterlockedExchangePointer((PVOID*)&desk->ActiveMessageQueue, 0);
|
||||
IntDereferenceMessageQueue(MessageQueue);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue