mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +00:00
Sorry Fix bug.
svn path=/trunk/; revision=31034
This commit is contained in:
parent
5c4628595b
commit
3f26c051e8
1 changed files with 2 additions and 2 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue