mirror of
https://github.com/reactos/reactos.git
synced 2025-07-29 09:51:56 +00:00
[KENREL32]: Silent few DPRINTs.
svn path=/branches/condrv_restructure/; revision=63818
This commit is contained in:
parent
58f976d27f
commit
04934ee092
1 changed files with 2 additions and 2 deletions
|
@ -399,7 +399,7 @@ IntReadConsoleOutput(IN HANDLE hConsoleOutput,
|
||||||
_SEH2_END;
|
_SEH2_END;
|
||||||
|
|
||||||
NumCells = SizeX * SizeY;
|
NumCells = SizeX * SizeY;
|
||||||
DPRINT1("IntReadConsoleOutput: (%d x %d)\n", SizeX, SizeY);
|
DPRINT("IntReadConsoleOutput: (%d x %d)\n", SizeX, SizeY);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* For optimization purposes, Windows (and hence ReactOS, too, for
|
* For optimization purposes, Windows (and hence ReactOS, too, for
|
||||||
|
@ -869,7 +869,7 @@ IntWriteConsoleOutput(IN HANDLE hConsoleOutput,
|
||||||
_SEH2_END;
|
_SEH2_END;
|
||||||
|
|
||||||
NumCells = SizeX * SizeY;
|
NumCells = SizeX * SizeY;
|
||||||
DPRINT1("IntWriteConsoleOutput: (%d x %d)\n", SizeX, SizeY);
|
DPRINT("IntWriteConsoleOutput: (%d x %d)\n", SizeX, SizeY);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* For optimization purposes, Windows (and hence ReactOS, too, for
|
* For optimization purposes, Windows (and hence ReactOS, too, for
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue