avoid any potential for multiple-defined symbols for M_PI

This commit is contained in:
vladimir%pobox.com 2006-01-11 00:48:57 +00:00
Родитель 4a92eb0fcb
Коммит d0e60ab9ba
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -37,12 +37,12 @@
#define _USE_MATH_DEFINES
#endif
#include <math.h>
#ifndef M_PI
#define M_PI 3.14159265358979323846
#endif
#include <math.h>
// #define PIXMAN_CONVOLUTION
// #define PIXMAN_INDEXED_FORMATS