mirror of
https://github.com/libretro/RetroArch
synced 2025-04-09 21:45:45 +00:00
remove M_PI define
This commit is contained in:
parent
d1b9dbe7dc
commit
c94b5e5616
@ -17,16 +17,13 @@
|
||||
#include <string.h>
|
||||
|
||||
#include <retro_inline.h>
|
||||
#include <retro_miscellaneous.h>
|
||||
#include <filters.h>
|
||||
|
||||
#include "dspfilter.h"
|
||||
|
||||
#include "fft/fft.c"
|
||||
|
||||
#ifndef M_PI
|
||||
#define M_PI 3.1415926535897932384626433832795
|
||||
#endif
|
||||
|
||||
#ifndef min
|
||||
#define min(a, b) ((a) < (b) ? (a) : (b))
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user