mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 22:23:21 +00:00
Minor updates and fixes.
svn path=/trunk/; revision=674
This commit is contained in:
parent
1241612f69
commit
56e30e8907
5 changed files with 185 additions and 102 deletions
|
@ -25,7 +25,7 @@
|
|||
#ifdef _DEBUG
|
||||
VOID DebugPrintf (LPTSTR szFormat, ...)
|
||||
{
|
||||
TCHAR szOut[OUTPUT_BUFFER_SIZE];
|
||||
TCHAR szOut[OUTPUT_BUFFER_SIZE];
|
||||
va_list arg_ptr;
|
||||
DWORD dwWritten;
|
||||
|
||||
|
@ -57,7 +57,7 @@ VOID ConInDummy (VOID)
|
|||
|
||||
VOID ConInFlush (VOID)
|
||||
{
|
||||
FlushConsoleInputBuffer (GetStdHandle (STD_INPUT_HANDLE));
|
||||
FlushConsoleInputBuffer (GetStdHandle (STD_INPUT_HANDLE));
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue