Author: jgardou
Date: Sat May 8 01:36:49 2010
New Revision: 47120
URL:
http://svn.reactos.org/svn/reactos?rev=47120&view=rev
Log:
revert unwanted changes
Modified:
branches/reactos-yarotows/subsystems/win32/win32k/objects/dclife.c
Modified: branches/reactos-yarotows/subsystems/win32/win32k/objects/dclife.c
URL:
http://svn.reactos.org/svn/reactos/branches/reactos-yarotows/subsystems/win…
==============================================================================
--- branches/reactos-yarotows/subsystems/win32/win32k/objects/dclife.c [iso-8859-1]
(original)
+++ branches/reactos-yarotows/subsystems/win32/win32k/objects/dclife.c [iso-8859-1] Sat
May 8 01:36:49 2010
@@ -796,7 +796,6 @@
if (DCToDelete == NULL)
{
SetLastWin32Error(ERROR_INVALID_HANDLE);
- DPRINT1("Could not lock DC to delete\n");
return FALSE;
}
@@ -843,7 +842,6 @@
if (!GDIOBJ_OwnedByCurrentProcess(DCHandle))
{
- DPRINT1("Not a DC from current process!\n");
SetLastWin32Error(ERROR_INVALID_HANDLE);
return FALSE;
}