math.h/PI integration

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30991 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2004-12-13 20:04:51 +00:00
parent 19edb09cd9
commit e0d3147139
10 changed files with 9 additions and 57 deletions

View File

@@ -25,12 +25,12 @@
#ifndef WX_PRECOMP
#include "wx/defs.h"
#include "wx/math.h"
#endif
#include "wx/matrix.h"
#include <math.h>
static const double pi = 3.1415926535;
static const double pi = M_PI;
wxTransformMatrix::wxTransformMatrix(void)
{