mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
fix build, sorry
svn path=/trunk/; revision=33489
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user