From 7bdd95ab97dc170f8ec97ce0702391ec2af1159e Mon Sep 17 00:00:00 2001 From: Marius Kintel Date: Sun, 16 Oct 2011 18:55:05 +0200 Subject: M_PI for Windows should now be turned on as default diff --git a/src/openscad.h b/src/openscad.h index e6b9b9f..61aec0e 100644 --- a/src/openscad.h +++ b/src/openscad.h @@ -27,12 +27,6 @@ #ifndef OPENSCAD_H #define OPENSCAD_H -// for win32 and maybe others.. -#ifndef M_PI -# define M_PI 3.14159265358979323846 -#endif - - extern class AbstractModule *parse(const char *text, const char *path, int debug); extern int get_fragments_from_r(double r, double fn, double fs, double fa); -- cgit v0.10.1