mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-03-07 07:55:15 +00:00
Remove remaining isnan definition
This commit is contained in:
committed by
Kai Blaschke
parent
323eef32ec
commit
1ec9fddb20
@ -109,11 +109,6 @@ extern FILE *fmemopen(void *buf, size_t len, const char *pMode);
|
||||
/* default float upper bound */
|
||||
#define DEFAULT_DOUBLE_UB MAX_DOUBLE_SIZE
|
||||
|
||||
#ifdef WIN32
|
||||
#include <float.h>
|
||||
#define isnan _isnan
|
||||
#endif /** WIN32 */
|
||||
|
||||
/** Per-platform path separators */
|
||||
#define WIN32_PATH_SEPARATOR '\\'
|
||||
#define UNIX_PATH_SEPARATOR '/'
|
||||
|
||||
Reference in New Issue
Block a user