mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +00:00
revert unwanted changes
svn path=/branches/reactos-yarotows/; revision=47120
This commit is contained in:
parent
a7eaab78db
commit
9e7867ddde
1 changed files with 0 additions and 2 deletions
|
@ -796,7 +796,6 @@ IntGdiDeleteDC(HDC hDC, BOOL Force)
|
|||
if (DCToDelete == NULL)
|
||||
{
|
||||
SetLastWin32Error(ERROR_INVALID_HANDLE);
|
||||
DPRINT1("Could not lock DC to delete\n");
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
@ -843,7 +842,6 @@ NtGdiDeleteObjectApp(HANDLE DCHandle)
|
|||
|
||||
if (!GDIOBJ_OwnedByCurrentProcess(DCHandle))
|
||||
{
|
||||
DPRINT1("Not a DC from current process!\n");
|
||||
SetLastWin32Error(ERROR_INVALID_HANDLE);
|
||||
return FALSE;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue