From 0a99e0d5fe05f65c80625e12c40a7204068eece5 Mon Sep 17 00:00:00 2001 From: Marcus Sundberg Date: Tue, 4 Jan 2000 23:02:02 +0000 Subject: [PATCH] Include ctype.h for is*() functions. Removed unused variables from InitConProc(). --- uquake/conproc.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/uquake/conproc.c b/uquake/conproc.c index 43c20ca..19ebe12 100644 --- a/uquake/conproc.c +++ b/uquake/conproc.c @@ -22,6 +22,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include #include "conproc.h" #include "quakedef.h" +#include HANDLE heventDone; HANDLE hfileBuffer; @@ -44,8 +45,6 @@ BOOL SetConsoleCXCY(HANDLE hStdout, int cx, int cy); void InitConProc (HANDLE hFile, HANDLE heventParent, HANDLE heventChild) { DWORD dwID; - CONSOLE_SCREEN_BUFFER_INFO info; - int wheight, wwidth; // ignore if we don't have all the events. if (!hFile || !heventParent || !heventChild)