mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
comment out one line for now.
for we will use same struct as gdi object in dx/reactx header. svn path=/trunk/; revision=33123
This commit is contained in:
@@ -38,7 +38,7 @@ DxDdUnlockDirectDrawSurface(PDD_SURFACE_LOCAL pSurface)
|
||||
if (pSurface)
|
||||
{
|
||||
pEDDSurface = (PEDD_SURFACE)( ((PBYTE)pSurface) - sizeof(DD_BASEOBJECT));
|
||||
InterlockedDecrement(&pEDDSurface->pobj.cExclusiveLock);
|
||||
// InterlockedDecrement(&pEDDSurface->pobj.cExclusiveLock);
|
||||
retVal = TRUE;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user