Silence and improve a DPRINT

svn path=/branches/reactos-yarotows/; revision=49271
This commit is contained in:
Timo Kreuzer
2010-10-25 15:05:33 +00:00
parent a5a3c1563c
commit 8a28b85f48
+2 -2
View File
@@ -317,8 +317,8 @@ NtUserEnumDisplayDevices(
DISPLAY_DEVICEW dispdev;
NTSTATUS Status;
DPRINT1("Enter NtUserEnumDisplayDevices(%p, %ls, %ld)\n",
pustrDevice, pustrDevice ? pustrDevice->Buffer : 0, iDevNum);
DPRINT("Enter NtUserEnumDisplayDevices(%wZ, %ld)\n",
pustrDevice, iDevNum);
// FIXME: HACK, desk.cpl passes broken crap
if (pustrDevice && iDevNum != 0)