mirror of
https://github.com/geode-sdk/geode.git
synced 2025-07-29 15:40:06 -04:00
remove stupid isnan macro
This commit is contained in:
parent
3aeaa21c78
commit
36eac0067c
1 changed files with 0 additions and 8 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue