mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 17:12:58 +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 */
|
/* remove the message queue from any desktops */
|
||||||
if ((desk = InterlockedExchangePointer((PVOID*)&MessageQueue->Desktop, 0)))
|
if ((desk = InterlockedExchangePointer((PVOID*)&MessageQueue->Desktop, 0)))
|
||||||
{
|
{
|
||||||
InterlockedExchangePointer((PVOID*)&desk->ActiveMessageQueue, 0);
|
(void)InterlockedExchangePointer((PVOID*)&desk->ActiveMessageQueue, 0);
|
||||||
IntDereferenceMessageQueue(MessageQueue);
|
IntDereferenceMessageQueue(MessageQueue);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue