summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ouch.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/ouch.cc')
-rw-r--r--crawl-ref/source/ouch.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/ouch.cc b/crawl-ref/source/ouch.cc
index 205f9b2286..45a31c189c 100644
--- a/crawl-ref/source/ouch.cc
+++ b/crawl-ref/source/ouch.cc
@@ -15,7 +15,7 @@ REVISION("$Rev$");
#include <ctype.h>
#include <time.h>
-#ifdef DOS
+#ifdef TARGET_OS_DOS
#include <conio.h>
#include <file.h>
#endif
@@ -28,7 +28,7 @@ REVISION("$Rev$");
#include "ouch.h"
-#ifdef __MINGW32__
+#ifdef TARGET_COMPILER_MINGW
#include <io.h>
#endif