summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/platform.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/platform.h')
-rw-r--r--crawl-ref/source/platform.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/crawl-ref/source/platform.h b/crawl-ref/source/platform.h
index 65d4a7d712..40064d5896 100644
--- a/crawl-ref/source/platform.h
+++ b/crawl-ref/source/platform.h
@@ -285,4 +285,11 @@
#error "Could not detect 32-bit/64-bit architecture."
#endif
+/* ICC on Windows uses VC includes, etc */
+#ifdef TARGET_OS_WINDOWS
+#ifdef TARGET_COMPILER_ICC
+#define TARGET_COMPILER_VC
+#endif
+#endif
+
#endif