mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
- Turn off debug print outs.
svn path=/trunk/; revision=45278
This commit is contained in:
@@ -314,7 +314,7 @@ hGetPEBHandle(HANDLECACHETYPE Type, COLORREF cr)
|
||||
{
|
||||
if (pRgn_Attr->AttrFlags & ATTR_CACHED)
|
||||
{
|
||||
DPRINT1("Get Handle! Count %d PEB 0x%x\n", GdiHandleCache->ulNumHandles[Type], NtCurrentTeb()->ProcessEnvironmentBlock);
|
||||
DPRINT("Get Handle! Count %d PEB 0x%x\n", GdiHandleCache->ulNumHandles[Type], NtCurrentTeb()->ProcessEnvironmentBlock);
|
||||
pRgn_Attr->AttrFlags &= ~ATTR_CACHED;
|
||||
hPtr[Number - 1] = NULL;
|
||||
GdiHandleCache->ulNumHandles[Type]--;
|
||||
|
||||
@@ -760,7 +760,7 @@ bPEBCacheHandle(HGDIOBJ Handle, int oType, PVOID pAttr)
|
||||
((PRGN_ATTR)pAttr)->AttrFlags |= ATTR_CACHED;
|
||||
hPtr[Number] = Handle;
|
||||
GdiHandleCache->ulNumHandles[oType]++;
|
||||
DPRINT1("Put Handle Count %d PEB 0x%x\n", GdiHandleCache->ulNumHandles[oType], NtCurrentTeb()->ProcessEnvironmentBlock);
|
||||
DPRINT("Put Handle Count %d PEB 0x%x\n", GdiHandleCache->ulNumHandles[oType], NtCurrentTeb()->ProcessEnvironmentBlock);
|
||||
Ret = TRUE;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user