Author: greatlrd
Date: Mon Mar 5 18:18:10 2007
New Revision: 26002
URL:
http://svn.reactos.org/svn/reactos?rev=26002&view=rev
Log:
fixed dprint1 to dprint
Modified:
branches/ros-branch-0_3_1/reactos/subsystems/win32/win32k/objects/dc.c
Modified: branches/ros-branch-0_3_1/reactos/subsystems/win32/win32k/objects/dc.c
URL:
http://svn.reactos.org/svn/reactos/branches/ros-branch-0_3_1/reactos/subsys…
==============================================================================
--- branches/ros-branch-0_3_1/reactos/subsystems/win32/win32k/objects/dc.c (original)
+++ branches/ros-branch-0_3_1/reactos/subsystems/win32/win32k/objects/dc.c Mon Mar 5
18:18:10 2007
@@ -813,21 +813,21 @@
if (Driver != NULL)
{
- DPRINT1("NAME Driver: %wZ\n", Driver);
+ DPRINT("NAME Driver: %wZ\n", Driver);
}
else
{
- DPRINT1("NAME Driver: NULL\n", Driver);
+ DPRINT("NAME Driver: NULL\n", Driver);
}
if (Driver != NULL)
{
- DPRINT1("NAME Device: %wZ\n", Device);
+ DPRINT("NAME Device: %wZ\n", Device);
}
else
{
- DPRINT1("NAME Device: NULL\n", Device);
+ DPRINT("NAME Device: NULL\n", Device);
}