|
@@ -93,11 +93,7 @@ Index of this file:
|
|
|
#include <math.h> // sqrtf, powf, cosf, sinf, floorf, ceilf
|
|
|
#include <stdio.h> // vsnprintf, sscanf, printf
|
|
|
#include <stdlib.h> // NULL, malloc, free, atoi
|
|
|
-#if defined(_MSC_VER) && _MSC_VER <= 1500 // MSVC 2008 or earlier
|
|
|
-#include <stddef.h> // intptr_t
|
|
|
-#else
|
|
|
#include <stdint.h> // intptr_t
|
|
|
-#endif
|
|
|
|
|
|
// Visual Studio warnings
|
|
|
#ifdef _MSC_VER
|