summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/libw32c.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2011-12-14 14:14:10 +0100
committerAdam Borowski <kilobyte@angband.pl>2011-12-14 14:39:59 +0100
commit5f7fb6871ba30fbbeab0a31b0ef5df230468d7fa (patch)
tree0ca443fc93d5a5ff5f2b4d37b238be886568e27f /crawl-ref/source/libw32c.cc
parentf52f5c1310794d5b78a11d34db1c92be7d1e45a9 (diff)
downloadcrawl-ref-5f7fb6871ba30fbbeab0a31b0ef5df230468d7fa.tar.gz
crawl-ref-5f7fb6871ba30fbbeab0a31b0ef5df230468d7fa.zip
Fail Windows webtiles builds with a descriptive error.
Also, change a few #ifdefs to make it slightly easier to implement that in the future.
Diffstat (limited to 'crawl-ref/source/libw32c.cc')
-rw-r--r--crawl-ref/source/libw32c.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/libw32c.cc b/crawl-ref/source/libw32c.cc
index 788f017c87..b7ae78f250 100644
--- a/crawl-ref/source/libw32c.cc
+++ b/crawl-ref/source/libw32c.cc
@@ -5,7 +5,7 @@
#include "AppHdr.h"
-#if defined(TARGET_OS_WINDOWS) && !defined(USE_TILE)
+#if defined(TARGET_OS_WINDOWS) && !defined(USE_TILE_LOCAL)
// WINDOWS INCLUDES GO HERE
/*
@@ -886,4 +886,4 @@ int get_number_of_cols()
return (screensize.X);
}
-#endif /* #if defined(TARGET_OS_WINDOWS) && !defined(USE_TILE) */
+#endif /* #if defined(TARGET_OS_WINDOWS) && !defined(USE_TILE_LOCAL) */