summaryrefslogtreecommitdiff
path: root/src/h-system.h
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2012-03-03 20:59:35 +0100
committerBardur Arantsson <bardur@scientician.net>2012-03-29 20:57:25 +0200
commit1eaf454bd4f6c1f36391552cc1fc7188f9901f7e (patch)
treecf40fdfdb7d1d00487cb981e4584053da6cc8942 /src/h-system.h
parenta866fe494cd5cbe4e54e623772b76ee0eaa12c02 (diff)
Refactor: USE_EMX compile-time flag never set
Diffstat (limited to 'src/h-system.h')
-rw-r--r--src/h-system.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/h-system.h b/src/h-system.h
index 465c3170..50cc0af8 100644
--- a/src/h-system.h
+++ b/src/h-system.h
@@ -51,7 +51,7 @@
# include <unix.h>
#endif
-#if defined(WINDOWS) || defined(MSDOS) || defined(USE_EMX)
+#if defined(WINDOWS) || defined(MSDOS)
# include <io.h>
#endif