*** empty log message ***

committer: mfx <mfx> 1048717636 +0000
This commit is contained in:
Markus F.X.J. Oberhumer
2003-03-26 22:27:16 +00:00
parent 0c1d544e98
commit cd15b7d5af
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -445,7 +445,7 @@ static int s_kbhit(screen_t *this)
{
#if defined(HAVE_CONIO_H)
UNUSED(this);
# if defined(__BORLANDC__)
# if defined(__BORLANDC__) || defined(__WATCOMC__)
return kbhit();
# else
return _kbhit();