Index: src/win32-math.cc |
diff --git a/src/win32-math.cc b/src/win32-math.cc |
index 8f6d0774312369ff63e952c28e3e4023f1cce7c6..88fa3a684be2a99a9eed05688dd275e99f2ea110 100644 |
--- a/src/win32-math.cc |
+++ b/src/win32-math.cc |
@@ -29,7 +29,7 @@ |
// refer to The Open Group Base Specification for specification of the correct |
// semantics for these functions. |
// (http://www.opengroup.org/onlinepubs/000095399/) |
-#if defined(_MSC_VER) && (_MSC_VER < 1800) |
+#ifdef _MSC_VER |
#include "win32-headers.h" |
#include <limits.h> // Required for INT_MAX etc. |