Remove M_PI definition, use F_PI
This commit is contained in:
@@ -34,10 +34,6 @@
|
||||
#include <cmath>
|
||||
using namespace std;
|
||||
|
||||
#ifndef M_PI
|
||||
# define M_PI 3.14159265358979323846
|
||||
#endif
|
||||
|
||||
#if defined (LMMS_BUILD_WIN32) || defined (LMMS_BUILD_APPLE)
|
||||
#ifndef isnanf
|
||||
#define isnanf(x) isnan(x)
|
||||
|
||||
Reference in New Issue
Block a user