mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 03:46:38 +00:00
fixed dprint1 to dprint
svn path=/trunk/; revision=26001
This commit is contained in:
parent
dbd1166859
commit
c8cf34eb84
1 changed files with 4 additions and 4 deletions
|
@ -813,21 +813,21 @@ IntGdiCreateDC(PUNICODE_STRING Driver,
|
||||||
|
|
||||||
if (Driver != NULL)
|
if (Driver != NULL)
|
||||||
{
|
{
|
||||||
DPRINT1("NAME Driver: %wZ\n", Driver);
|
DPRINT("NAME Driver: %wZ\n", Driver);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
DPRINT1("NAME Driver: NULL\n", Driver);
|
DPRINT("NAME Driver: NULL\n", Driver);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
if (Driver != NULL)
|
if (Driver != NULL)
|
||||||
{
|
{
|
||||||
DPRINT1("NAME Device: %wZ\n", Device);
|
DPRINT("NAME Device: %wZ\n", Device);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
DPRINT1("NAME Device: NULL\n", Device);
|
DPRINT("NAME Device: NULL\n", Device);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue