OSDN Git Service

Merge remote-tracking branch 'remotes/origin/feature/Fix-Throw-Redraw' into develop
[hengband/hengband.git] / src / main-cap.c
index 41af4ab..ab26706 100644 (file)
@@ -2,7 +2,8 @@
 
 /* Purpose: Support for "term.c" using "termcap" calls */
 
-#include "angband.h"
+#include "system/angband.h"
+#include "io/exit-panic.h"
 
 #ifdef USE_CAP
 
@@ -40,7 +41,6 @@
  * Mega-Hack -- try to guess when "POSIX" is available.
  * If the user defines two of these, we will probably crash.
  */
-# if && !defined(USE_TCHARS)
 #  if defined(_POSIX_VERSION)
 #   define USE_TPOSIX
 #  else
@@ -50,8 +50,6 @@
 #    define USE_TCHARS
 #   endif
 #  endif
-# endif
-
 
 /*
  * POSIX stuff