зеркало из https://github.com/mozilla/pjs.git
fix stupid M_PI crap for MSVC
This commit is contained in:
Родитель
e69342fc6f
Коммит
4a92eb0fcb
|
@ -36,6 +36,11 @@
|
|||
#ifdef _MSC_VER
|
||||
#define _USE_MATH_DEFINES
|
||||
#endif
|
||||
|
||||
#ifndef M_PI
|
||||
#define M_PI 3.14159265358979323846
|
||||
#endif
|
||||
|
||||
#include <math.h>
|
||||
|
||||
// #define PIXMAN_CONVOLUTION
|
||||
|
|
Загрузка…
Ссылка в новой задаче