[ros-diffs] [tkreuzer] 33489: fix build, sorry

tkreuzer at svn.reactos.org tkreuzer at svn.reactos.org
Tue May 13 06:30:00 CEST 2008


Author: tkreuzer
Date: Mon May 12 23:30:00 2008
New Revision: 33489

URL: http://svn.reactos.org/svn/reactos?rev=33489&view=rev
Log:
fix build, sorry

Modified:
    trunk/reactos/subsystems/win32/win32k/ntuser/msgqueue.c

Modified: trunk/reactos/subsystems/win32/win32k/ntuser/msgqueue.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/win32/win32k/ntuser/msgqueue.c?rev=33489&r1=33488&r2=33489&view=diff
==============================================================================
--- trunk/reactos/subsystems/win32/win32k/ntuser/msgqueue.c [iso-8859-1] (original)
+++ trunk/reactos/subsystems/win32/win32k/ntuser/msgqueue.c [iso-8859-1] Mon May 12 23:30:00 2008
@@ -1501,7 +1501,7 @@
    /* 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);
    }
 



More information about the Ros-diffs mailing list