*** empty log message ***
committer: mfx <mfx> 1048717636 +0000
This commit is contained in:
+1
-1
@@ -130,7 +130,7 @@ static int init(FILE *f, int o, int now)
|
|||||||
if (!screen)
|
if (!screen)
|
||||||
screen = do_construct(screen_djgpp2_construct(),fd);
|
screen = do_construct(screen_djgpp2_construct(),fd);
|
||||||
#endif
|
#endif
|
||||||
#if (ACC_OS_WIN32)
|
#if (ACC_OS_CYGWIN || ACC_OS_WIN32 || ACC_OS_WIN64)
|
||||||
if (!screen)
|
if (!screen)
|
||||||
screen = do_construct(screen_win32_construct(),fd);
|
screen = do_construct(screen_win32_construct(),fd);
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
+1
-1
@@ -445,7 +445,7 @@ static int s_kbhit(screen_t *this)
|
|||||||
{
|
{
|
||||||
#if defined(HAVE_CONIO_H)
|
#if defined(HAVE_CONIO_H)
|
||||||
UNUSED(this);
|
UNUSED(this);
|
||||||
# if defined(__BORLANDC__)
|
# if defined(__BORLANDC__) || defined(__WATCOMC__)
|
||||||
return kbhit();
|
return kbhit();
|
||||||
# else
|
# else
|
||||||
return _kbhit();
|
return _kbhit();
|
||||||
|
|||||||
Reference in New Issue
Block a user