mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
change dprint1 to dprint
svn path=/trunk/; revision=26028
This commit is contained in:
@@ -874,7 +874,7 @@ IntGdiCreateDC(PUNICODE_STRING Driver,
|
||||
if (Driver != NULL && Driver->Buffer != NULL)
|
||||
{
|
||||
if (Driver!=NULL)
|
||||
DPRINT1("NAME: %wZ\n", Driver);
|
||||
DPRINT("NAME: %wZ\n", Driver);
|
||||
}
|
||||
|
||||
/* Allocate a DC object */
|
||||
|
||||
Reference in New Issue
Block a user