From cbca322aecd9dc566d2214a701ea0b1dd56fe2c4 Mon Sep 17 00:00:00 2001 From: James Tabor Date: Wed, 13 Aug 2003 05:18:40 +0000 Subject: [PATCH] Type-O Fix svn path=/trunk/; revision=5554 --- reactos/subsys/system/cmd/console.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/subsys/system/cmd/console.c b/reactos/subsys/system/cmd/console.c index ce342bc6133..5273b63974c 100644 --- a/reactos/subsys/system/cmd/console.c +++ b/reactos/subsys/system/cmd/console.c @@ -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. * @@ -55,7 +55,7 @@ VOID ConInDummy (VOID) if (hInput == INVALID_HANDLE_VALUE) DebugPrintf (_T("Invalid input handle!!!\n")); #endif /* _DEBUG */ -#ifdef __REACTOSS__ +#ifdef __REACTOS__ /* ReadConsoleInputW isn't implwmented within ROS. */ ReadConsoleInputA (hInput, &dummy, 1, &dwRead); #else