[ros-diffs] [jgardou] 47120: revert unwanted changes

jgardou at svn.reactos.org jgardou at svn.reactos.org
Sat May 8 01:36:50 CEST 2010


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/win32/win32k/objects/dclife.c?rev=47120&r1=47119&r2=47120&view=diff
==============================================================================
--- 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;
     }




More information about the Ros-diffs mailing list