From 475091c67389ed61cf7589c9b7037fbd8c916b70 Mon Sep 17 00:00:00 2001 From: Steven Noonan Date: Tue, 13 Oct 2009 03:18:38 -0700 Subject: platform detection: clean up abuse of '_MSC_VER' macro Use TARGET_COMPILER_VC instead, unless you need to find the Visual C++ version information. Signed-off-by: Steven Noonan --- crawl-ref/source/externs.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'crawl-ref/source/externs.h') diff --git a/crawl-ref/source/externs.h b/crawl-ref/source/externs.h index 732f4fe497..1498cdfe14 100644 --- a/crawl-ref/source/externs.h +++ b/crawl-ref/source/externs.h @@ -2335,8 +2335,6 @@ private: extern game_options Options; -#if _MSC_VER -# include "msvc.h" -#endif +#include "msvc.h" #endif // EXTERNS_H -- cgit v1.2.3-54-g00ecf