[ros-diffs] [greatlrd] 33123: comment out one line for now. for we will use same struct as gdi object in dx/reactx header.

greatlrd at svn.reactos.org greatlrd at svn.reactos.org
Wed Apr 23 07:23:51 CEST 2008


Author: greatlrd
Date: Wed Apr 23 00:23:51 2008
New Revision: 33123

URL: http://svn.reactos.org/svn/reactos?rev=33123&view=rev
Log:
comment out one line for now. 
for we will use same struct as gdi object in dx/reactx header. 

Modified:
    trunk/reactos/drivers/directx/dxg/eng.c

Modified: trunk/reactos/drivers/directx/dxg/eng.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/directx/dxg/eng.c?rev=33123&r1=33122&r2=33123&view=diff
==============================================================================
--- trunk/reactos/drivers/directx/dxg/eng.c [iso-8859-1] (original)
+++ trunk/reactos/drivers/directx/dxg/eng.c [iso-8859-1] Wed Apr 23 00:23:51 2008
@@ -38,7 +38,7 @@
     if (pSurface)
     {
         pEDDSurface = (PEDD_SURFACE)( ((PBYTE)pSurface) - sizeof(DD_BASEOBJECT));
-        InterlockedDecrement(&pEDDSurface->pobj.cExclusiveLock);
+        // InterlockedDecrement(&pEDDSurface->pobj.cExclusiveLock);
         retVal = TRUE;
     }
 



More information about the Ros-diffs mailing list