From 66c59ae9c97694a8ab33eddd266dd6f73d72fde7 Mon Sep 17 00:00:00 2001 From: Steven Noonan Date: Sat, 10 Oct 2009 04:36:42 -0700 Subject: project-wide: implement use of platform.h detection macros Signed-off-by: Steven Noonan --- crawl-ref/source/misc.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/misc.cc') diff --git a/crawl-ref/source/misc.cc b/crawl-ref/source/misc.cc index 7c7109f8f4..4f0e6f1bf5 100644 --- a/crawl-ref/source/misc.cc +++ b/crawl-ref/source/misc.cc @@ -17,7 +17,7 @@ REVISION("$Rev$"); #include #endif -#ifdef __MINGW32__ +#ifdef TARGET_COMPILER_MINGW #include #endif @@ -25,7 +25,7 @@ REVISION("$Rev$"); #include #include -#ifdef DOS +#ifdef TARGET_OS_DOS #include #endif -- cgit v1.2.3-54-g00ecf