Sorry Fix bug.

svn path=/trunk/; revision=31034
This commit is contained in:
James Tabor 2007-12-06 02:20:37 +00:00
parent 5c4628595b
commit 3f26c051e8

View file

@ -932,9 +932,9 @@ IntGdiDeleteDC(HDC hDC, BOOL Force)
{
DPRINT1("No! You Naughty Application!\n");
// if(!UserReleaseDC(NULL, hDC, FALSE)) Ret = FALSE;
DC_UnlockDc( DCToDelete );
return Ret;
}
DC_UnlockDc( DCToDelete );
return Ret;
}
/* First delete all saved DCs */