From 0cb3b8543bbcb9074d02a8925cc9739ff3feccb4 Mon Sep 17 00:00:00 2001 From: "nethack.allison" Date: Mon, 2 Sep 2002 16:51:24 +0000 Subject: [PATCH] more Borland quieting --- sys/winnt/nttty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/winnt/nttty.c b/sys/winnt/nttty.c index 5750dfa3c..abc5597c3 100644 --- a/sys/winnt/nttty.c +++ b/sys/winnt/nttty.c @@ -677,7 +677,7 @@ cl_eos() cl_end(); #else if (GetConsoleScreenBufferInfo(hConOut,&csbi)) { - int ccnt; + DWORD ccnt; COORD newcoord; newcoord.X = 0; -- 2.40.0