Added isnan(), etc declarations for Apple

This commit is contained in:
Tres Finocchiaro
2014-04-01 14:09:32 -07:00
parent ec32ce10fa
commit 7669a1612f

View File

@@ -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