mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 17:44:45 +00:00
Silent debug message
svn path=/trunk/; revision=15550
This commit is contained in:
parent
c44e26473a
commit
0a45432b70
1 changed files with 2 additions and 2 deletions
|
@ -2298,8 +2298,8 @@ IntEnumDisplaySettings(
|
|||
INT Size, OldSize;
|
||||
ULONG DisplayNumber = 0; /* only default display supported */
|
||||
|
||||
DPRINT1("DevMode->dmSize = %d\n", pDevMode->dmSize);
|
||||
DPRINT1("DevMode->dmExtraSize = %d\n", pDevMode->dmDriverExtra);
|
||||
DPRINT("DevMode->dmSize = %d\n", pDevMode->dmSize);
|
||||
DPRINT("DevMode->dmExtraSize = %d\n", pDevMode->dmDriverExtra);
|
||||
if (pDevMode->dmSize != SIZEOF_DEVMODEW_300 &&
|
||||
pDevMode->dmSize != SIZEOF_DEVMODEW_400 &&
|
||||
pDevMode->dmSize != SIZEOF_DEVMODEW_500)
|
||||
|
|
Loading…
Reference in a new issue