mirror of
https://github.com/reactos/reactos.git
synced 2025-08-01 19:13:30 +00:00
Type-O Fix
svn path=/trunk/; revision=5554
This commit is contained in:
parent
1e71f74fde
commit
cbca322aec
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
/* $Id: console.c,v 1.3 2003/08/07 09:38:54 hbirr Exp $
|
/* $Id: console.c,v 1.4 2003/08/13 05:18:40 jimtabor Exp $
|
||||||
*
|
*
|
||||||
* CONSOLE.C - console input/output functions.
|
* CONSOLE.C - console input/output functions.
|
||||||
*
|
*
|
||||||
|
@ -55,7 +55,7 @@ VOID ConInDummy (VOID)
|
||||||
if (hInput == INVALID_HANDLE_VALUE)
|
if (hInput == INVALID_HANDLE_VALUE)
|
||||||
DebugPrintf (_T("Invalid input handle!!!\n"));
|
DebugPrintf (_T("Invalid input handle!!!\n"));
|
||||||
#endif /* _DEBUG */
|
#endif /* _DEBUG */
|
||||||
#ifdef __REACTOSS__
|
#ifdef __REACTOS__
|
||||||
/* ReadConsoleInputW isn't implwmented within ROS. */
|
/* ReadConsoleInputW isn't implwmented within ROS. */
|
||||||
ReadConsoleInputA (hInput, &dummy, 1, &dwRead);
|
ReadConsoleInputA (hInput, &dummy, 1, &dwRead);
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue