Fixed RVCT 3.1 compiler errors.

(transplanted from fc5f21903b
)
This commit is contained in:
williami
2012-06-04 10:21:16 -05:00
parent b4c4490587
commit 6d4f7f76ce
3 changed files with 3 additions and 3 deletions

View File

@@ -136,7 +136,7 @@
#endif
// MSVC for windows mobile does not have the errno.h file
#if !(defined(_MSC_VER) && defined(_WIN32_WCE))
#if !(defined(_MSC_VER) && defined(_WIN32_WCE)) && !defined(__ARMCC_VERSION)
#define EIGEN_HAS_ERRNO
#endif