OSDN Git Service

[fix] #37674 (2.2.1.5) モンスターから最終的に得られる経験値の表記と実際の食い違いを修正。 / Fix miscalculation experie...
[hengband/hengband.git] / src / h-system.h
index 7dbb9a8..80d2c05 100644 (file)
@@ -40,8 +40,8 @@
 
 # include <sys/types.h>
 
-# if defined(Pyramid) || defined(NeXT) || defined(SUNOS) || \
-     defined(NCR3K) || defined(SUNOS) || defined(ibm032) || \
+# if defined(Pyramid) || defined(NeXT) || \
+     defined(NCR3K) || defined(ibm032) || \
      defined(__osf__) || defined(ISC) || defined(SGI) || \
      defined(linux)
 #  include <sys/time.h>
@@ -68,7 +68,7 @@
 #endif
 
 
-#if defined(WINDOWS) || defined(MSDOS) || defined(USE_EMX)
+#if defined(WINDOWS)
 # include <io.h>
 #endif