Added isnan(), etc declarations for Apple
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
#include <math.h>
|
||||
#include "embed.cpp"
|
||||
|
||||
#ifdef LMMS_BUILD_WIN32
|
||||
#if defined (LMMS_BUILD_WIN32) || defined (LMMS_BUILD_APPLE)
|
||||
#ifndef isnanf
|
||||
#define isnanf(x) isnan(x)
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user