From: nethack.allison Date: Mon, 2 Sep 2002 16:51:24 +0000 (+0000) Subject: more Borland quieting X-Git-Tag: MOVE2GIT~2444 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0cb3b8543bbcb9074d02a8925cc9739ff3feccb4;p=nethack more Borland quieting --- 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;