mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2025-03-21 16:31:07 +00:00
Include ctype.h for is*() functions.
Removed unused variables from InitConProc().
This commit is contained in:
parent
b8d1dd372a
commit
0a99e0d5fe
1 changed files with 1 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue