diff options
Diffstat (limited to 'cmake/msvc/config.h')
-rw-r--r-- | cmake/msvc/config.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/cmake/msvc/config.h b/cmake/msvc/config.h index 68f716e8a6..a055f59fe8 100644 --- a/cmake/msvc/config.h +++ b/cmake/msvc/config.h @@ -41,14 +41,6 @@ static inline float rintf(float x) #endif //////////////////////////////////////////////////////////////////////// -// math constants -//////////////////////////////////////////////////////////////////////// -#if _MSC_VER < 1800 -#include <math.h> -#define INFINITY HUGE_VAL -#endif - -//////////////////////////////////////////////////////////////////////// // random and srandom //////////////////////////////////////////////////////////////////////// #include <stdlib.h> |