summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/store.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/store.h')
-rw-r--r--crawl-ref/source/store.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/store.h b/crawl-ref/source/store.h
index d4aed1cd6b..7076b3812f 100644
--- a/crawl-ref/source/store.h
+++ b/crawl-ref/source/store.h
@@ -166,7 +166,7 @@ public:
const CrawlStoreValue &operator [] (const vec_size &index) const;
// Typecast operators
-#if _MSC_VER
+#ifdef TARGET_COMPILER_VC
operator bool&();
operator char&();
operator short&();