mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-28 12:23:28 +00:00
[WIN32K]
Silence and improve a DPRINT svn path=/branches/reactos-yarotows/; revision=49271
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user