arf... s/_MSVC_VER/_MSC_VER
diff --git a/Eigen/StdVector b/Eigen/StdVector
index f5d48b6..8fb35a5 100644
--- a/Eigen/StdVector
+++ b/Eigen/StdVector
@@ -30,7 +30,7 @@
               == sizeof(ei_has_aligned_operator_new_marker_sizeof) };
 };
 
-#ifdef _MSVC_VER
+#ifdef _MSC_VER
   
   // sometimes, MSVC detects, at compile time, that the argument x
   // in std::vector::resize(size_t s,T x) won't be aligned and generate an error