Moved isnan/isinf compat code to lmms_math.h

This commit is contained in:
Tres Finocchiaro
2014-06-30 23:19:04 -04:00
parent e99be7fb77
commit 20b63ea6c4

View File

@@ -30,15 +30,6 @@
#include "embed.cpp"
#if defined (LMMS_BUILD_WIN32) || defined (LMMS_BUILD_APPLE)
#ifndef isnanf
#define isnanf(x) isnan(x)
#endif
#ifndef isinff
#define isinff(x) isinf(x)
#endif
#endif
extern "C"
{