remove stupid isnan macro

This commit is contained in:
matcool 2022-12-12 16:23:26 -03:00 committed by mat
parent 3aeaa21c78
commit 36eac0067c

View file

@ -35,14 +35,6 @@ THE SOFTWARE.
#define _USE_MATH_DEFINES // make M_PI can be use
#endif
#if !defined(isnan)
#define isnan _isnan
#endif
#ifndef snprintf
#define snprintf _snprintf
#endif
#endif // __MINGW32__
#include <math.h>