mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
Fix dprint.
svn path=/trunk/; revision=30550
This commit is contained in:
@@ -157,8 +157,8 @@ DceAllocDCE(PWINDOW_OBJECT Window OPTIONAL, DCE_TYPE Type)
|
||||
}
|
||||
else
|
||||
{
|
||||
DPRINT("FREE DCATTR!!!! NOT DCE_WINDOW_DC!!!!! hDC-> %x\n", pDce->hDC);
|
||||
PDC dc = DC_LockDc ( pDce->hDC );
|
||||
DPRINT("FREE DCATTR!!!! NOT DCE_WINDOW_DC!!!!! hDC-> %x\n", pDce->hDC);
|
||||
MmCopyFromCaller(&dc->Dc_Attr, dc->pDc_Attr, sizeof(DC_ATTR));
|
||||
DC_UnlockDc( dc );
|
||||
DC_FreeDcAttr(pDce->hDC); // Free the dcattr!
|
||||
|
||||
Reference in New Issue
Block a user