git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10183
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#define twips2mm 0.0176388888889
#define mm2pt 2.83464566929
#define pt2mm 0.352777777778
+#ifndef __UNIX__
const double M_PI = 3.14159265358979 ;
+#endif
const double RAD2DEG = 180.0 / M_PI;
//-----------------------------------------------------------------------------
#define twips2mm 0.0176388888889
#define mm2pt 2.83464566929
#define pt2mm 0.352777777778
+#ifndef __UNIX__
const double M_PI = 3.14159265358979 ;
+#endif
const double RAD2DEG = 180.0 / M_PI;
//-----------------------------------------------------------------------------