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;