mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +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:
parent
0d59c944b1
commit
4f75f1d31c
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ DxDdUnlockDirectDrawSurface(PDD_SURFACE_LOCAL pSurface)
|
||||||
if (pSurface)
|
if (pSurface)
|
||||||
{
|
{
|
||||||
pEDDSurface = (PEDD_SURFACE)( ((PBYTE)pSurface) - sizeof(DD_BASEOBJECT));
|
pEDDSurface = (PEDD_SURFACE)( ((PBYTE)pSurface) - sizeof(DD_BASEOBJECT));
|
||||||
InterlockedDecrement(&pEDDSurface->pobj.cExclusiveLock);
|
// InterlockedDecrement(&pEDDSurface->pobj.cExclusiveLock);
|
||||||
retVal = TRUE;
|
retVal = TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue