mirror of
https://github.com/LMMS/lmms.git
synced 2026-02-01 18:23:47 -05:00
Moved isnan/isinf compat code to lmms_math.h
This commit is contained in:
@@ -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"
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user