Fix for isnan compile issue on windows (second try).
This commit is contained in:
@@ -30,6 +30,7 @@
|
|||||||
#define GRID_DIMENSION 20
|
#define GRID_DIMENSION 20
|
||||||
|
|
||||||
#if defined(_WIN32) && !defined(__MINGW32__)
|
#if defined(_WIN32) && !defined(__MINGW32__)
|
||||||
|
#define isnan(n) _isnan(n)
|
||||||
#define LONG __int64
|
#define LONG __int64
|
||||||
#else
|
#else
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
Reference in New Issue
Block a user