зеркало из https://github.com/mozilla/pjs.git
add M_PI definition for VC6 which has a broken math.h
This commit is contained in:
Родитель
ffa918bf95
Коммит
f29ca89a7f
|
@ -62,6 +62,10 @@
|
|||
#include <limits.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#ifndef M_PI
|
||||
#define M_PI 3.14159265358979323846
|
||||
#endif
|
||||
|
||||
#include "cairo.h"
|
||||
#include "cairo-debug.h"
|
||||
#include <pixman.h>
|
||||
|
|
Загрузка…
Ссылка в новой задаче