Include ctype.h for is*() functions.

Removed unused variables from InitConProc().
This commit is contained in:
Marcus Sundberg 2000-01-04 23:02:02 +00:00
parent b8d1dd372a
commit 0a99e0d5fe

View file

@ -22,6 +22,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include <windows.h>
#include "conproc.h"
#include "quakedef.h"
#include <ctype.h>
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)